From b90c1328c5f2721c3dfa655de2e75cf2e8d0f8b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:16:52 +0000 Subject: [PATCH] Version Packages --- .changeset/bun-migration.md | 5 ----- .changeset/dollar-anchor-case.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/bun-migration.md delete mode 100644 .changeset/dollar-anchor-case.md diff --git a/.changeset/bun-migration.md b/.changeset/bun-migration.md deleted file mode 100644 index e9d3121..0000000 --- a/.changeset/bun-migration.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'intersphinx': minor ---- - -Upgraded tooling to use Bun as the package manager and test runner. diff --git a/.changeset/dollar-anchor-case.md b/.changeset/dollar-anchor-case.md deleted file mode 100644 index 3485940..0000000 --- a/.changeset/dollar-anchor-case.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'intersphinx': patch ---- - -Expand the `$` uri anchor shorthand with the object name verbatim (case-preserved), matching Sphinx semantics. Previously the expansion was lowercased and whitespace-replaced, which broke links to any case-distinct targets (e.g. `re.Match` vs `re.match` in the CPython inventory, and capitalized glossary terms like `#term-Match`). diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d45440..498d3e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # intersphinx +## 1.1.0 + +### Minor Changes + +- 3a93ee4: Upgraded tooling to use Bun as the package manager and test runner. + +### Patch Changes + +- 2ab7172: Expand the `$` uri anchor shorthand with the object name verbatim (case-preserved), matching Sphinx semantics. Previously the expansion was lowercased and whitespace-replaced, which broke links to any case-distinct targets (e.g. `re.Match` vs `re.match` in the CPython inventory, and capitalized glossary terms like `#term-Match`). + ## 0.0.8 ### Patch Changes diff --git a/package.json b/package.json index 621b560..1bf5678 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intersphinx", - "version": "1.0.2", + "version": "1.1.0", "license": "MIT", "description": "Read and write intersphinx objects.inv files", "author": "Rowan Cockett ",