From 15514d505d39c19b89d9806d3cb9532b3d5fb928 Mon Sep 17 00:00:00 2001 From: maneesh-kumar-thakur Date: Tue, 19 May 2026 16:53:33 +0530 Subject: [PATCH] chore: rebrand all URLs to maneesh-kumar-thakur, cut v0.1.1 --- CHANGELOG.md | 12 +++++++++--- CONTRIBUTING.md | 4 ++-- README.md | 6 +++--- SECURITY.md | 2 +- pyproject.toml | 8 ++++---- 5 files changed, 19 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd77355..1ddf6eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 --- @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1163992..540653d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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]" ``` @@ -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. diff --git a/README.md b/README.md index 00325a4..8b246fe 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 ``` diff --git a/SECURITY.md b/SECURITY.md index 717ec4e..f76cd51 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index 78b2db4..f3e5c2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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 = ["."]