Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

---

## [0.1.1] — 2026-05-19

### Changed
- `__version__` now resolved dynamically from installed package metadata via `importlib.metadata` (falls back to `0.1.0` when running from uninstalled source)
- `__version__` now resolved dynamically from installed package metadata via `importlib.metadata` (falls back to `0.1.1` when running from uninstalled source)

### Fixed
- All repository URLs across `README.md`, `pyproject.toml`, `CHANGELOG.md`, `CONTRIBUTING.md`, and `SECURITY.md` now point to `maneesh-kumar-thakur/Prompt-Run` (the canonical repo). Previous links pointed to a non-canonical org and broke from PyPI / shields.io.
- `SECURITY.md` — removed incomplete email contact sentence that had no address

---
Expand Down Expand Up @@ -43,5 +48,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Secret scanning enabled via `.github/secret_scanning.yml`
- `[tool.pytest.ini_options]`, `[tool.mypy]`, and `[tool.ruff]` config in `pyproject.toml`

[Unreleased]: https://github.com/Maneesh-Relanto/Prompt-Run/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/Maneesh-Relanto/Prompt-Run/releases/tag/v0.1.0
[Unreleased]: https://github.com/maneesh-kumar-thakur/Prompt-Run/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/maneesh-kumar-thakur/Prompt-Run/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/maneesh-kumar-thakur/Prompt-Run/releases/tag/v0.1.0
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ First off — thank you! prompt-run is an open project and every contribution ma
## Quick start

```bash
git clone https://github.com/Maneesh-Relanto/Prompt-Run
git clone https://github.com/maneesh-kumar-thakur/Prompt-Run
cd Prompt-Run
pip install -e ".[dev]"
```
Expand Down Expand Up @@ -213,4 +213,4 @@ Use the [bug report template](.github/ISSUE_TEMPLATE/bug_report.md). Include:

## Questions?

Open a [GitHub Discussion](https://github.com/Maneesh-Relanto/Prompt-Run/discussions) — issues are for bugs and feature requests, discussions are for everything else.
Open a [GitHub Discussion](https://github.com/maneesh-kumar-thakur/Prompt-Run/discussions) — issues are for bugs and feature requests, discussions are for everything else.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

**curl for prompts.** Run `.prompt` files against any LLM from the terminal.

[![CI](https://img.shields.io/github/actions/workflow/status/Maneesh-Relanto/Prompt-Run/ci.yml?branch=main&style=flat-square&label=CI&color=16a34a&logo=github-actions&logoColor=white)](https://github.com/Maneesh-Relanto/Prompt-Run/actions/workflows/ci.yml)
[![CI](https://img.shields.io/github/actions/workflow/status/maneesh-kumar-thakur/Prompt-Run/ci.yml?branch=main&style=flat-square&label=CI&color=16a34a&logo=github-actions&logoColor=white)](https://github.com/maneesh-kumar-thakur/Prompt-Run/actions/workflows/ci.yml)
[![PyPI](https://img.shields.io/pypi/v/prompt-run?style=flat-square&color=0284c7&logo=pypi&logoColor=white)](https://pypi.org/project/prompt-run/)
[![PyPI Downloads](https://img.shields.io/badge/downloads%2Fmo-TBU-0284c7?style=flat-square&logo=pypi&logoColor=white)](https://pypi.org/project/prompt-run/)
[![Python](https://img.shields.io/pypi/pyversions/prompt-run?style=flat-square&color=7c3aed&logo=python&logoColor=white&v=1)](https://pypi.org/project/prompt-run/)
[![Coverage](https://img.shields.io/badge/coverage-90%25-22c55e?style=flat-square)](https://github.com/Maneesh-Relanto/Prompt-Run)
[![Coverage](https://img.shields.io/badge/coverage-90%25-22c55e?style=flat-square)](https://github.com/maneesh-kumar-thakur/Prompt-Run)
[![License: MIT](https://img.shields.io/badge/license-MIT-f59e0b?style=flat-square)](LICENSE)

[![Anthropic](https://img.shields.io/badge/Anthropic-Claude-b45309?style=flat-square&logo=anthropic&logoColor=white)](https://www.anthropic.com)
Expand Down Expand Up @@ -449,7 +449,7 @@ Everything you need to go from zero to running tests locally.
### Step 1 — Clone the repo

```bash
git clone https://github.com/Maneesh-Relanto/Prompt-Run
git clone https://github.com/maneesh-kumar-thakur/Prompt-Run
cd Prompt-Run
```

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Only the latest release receives security fixes. If you are running an older ver

Report security issues privately via GitHub's built-in vulnerability reporting:

1. Go to the [Security tab](https://github.com/Maneesh-Relanto/Prompt-Run/security) of this repository.
1. Go to the [Security tab](https://github.com/maneesh-kumar-thakur/Prompt-Run/security) of this repository.
2. Click **"Report a vulnerability"**.
3. Fill in the details — what you found, how to reproduce it, and the potential impact.

Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "prompt-run"
version = "0.1.0"
version = "0.1.1"
description = "curl for prompts — run .prompt files against any LLM provider"
readme = "README.md"
license = "MIT"
Expand Down Expand Up @@ -38,9 +38,9 @@ dev = ["pytest>=8.0", "pytest-cov>=5.0", "anthropic>=0.25", "openai>=1.0",
prompt = "prompt_run.cli:cli"

[project.urls]
Homepage = "https://github.com/Maneesh-Relanto/Prompt-Run"
Issues = "https://github.com/Maneesh-Relanto/Prompt-Run/issues"
Changelog = "https://github.com/Maneesh-Relanto/Prompt-Run/blob/main/CHANGELOG.md"
Homepage = "https://github.com/maneesh-kumar-thakur/Prompt-Run"
Issues = "https://github.com/maneesh-kumar-thakur/Prompt-Run/issues"
Changelog = "https://github.com/maneesh-kumar-thakur/Prompt-Run/blob/main/CHANGELOG.md"

[tool.setuptools.packages.find]
where = ["."]
Expand Down
Loading