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
5 changes: 0 additions & 5 deletions .changeset/bun-migration.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dollar-anchor-case.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <rowan@continuousfoundation.org>",
Expand Down
Loading