File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 77
88from __future__ import annotations
99
10- __version__ = "0.2 .0"
10+ __version__ = "0.3 .0"
You can’t perform that action at this time.
0 commit comments