Skip to content

Commit 5cbbcc8

Browse files
author
Simon Morley
committed
release: 0.3.0
1 parent f327563 commit 5cbbcc8

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ compatibility policy.
1010

1111
## [Unreleased]
1212

13+
## [0.3.0] - 2026-07-16
14+
1315
### Changed
1416

1517
- **Breaking (tracks the API):** the live read API is now versioned under `/v1`;
@@ -88,6 +90,8 @@ First public release: the standard open-source Python interface to NRDAX.
8890
- The static feed is not yet hosted at a stable public URL, so `nrdax update`
8991
fetches from the live API by default.
9092

91-
[Unreleased]: https://github.com/NullRabbitLabs/nrdax-python/compare/v0.1.1...HEAD
93+
[Unreleased]: https://github.com/NullRabbitLabs/nrdax-python/compare/v0.3.0...HEAD
94+
[0.3.0]: https://github.com/NullRabbitLabs/nrdax-python/compare/v0.2.0...v0.3.0
95+
[0.2.0]: https://github.com/NullRabbitLabs/nrdax-python/compare/v0.1.1...v0.2.0
9296
[0.1.1]: https://github.com/NullRabbitLabs/nrdax-python/compare/v0.1.0...v0.1.1
9397
[0.1.0]: https://github.com/NullRabbitLabs/nrdax-python/releases/tag/v0.1.0

src/nrdax/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
from __future__ import annotations
99

10-
__version__ = "0.2.0"
10+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)