File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,17 +11,21 @@ project adheres to
1111
1212### Added
1313
14- - 🔖 ` --version ` flag — prints the installed nbpull version and exits.
15- - ⬆️ Upgrade check — after every command, warns on stderr when a newer
16- version is available on PyPI (cached, 7-day TTL; disable with
17- ` NBPULL_NO_UPDATE_CHECK=1 ` ).
18-
1914### Changed
2015
2116### Fixed
2217
2318### Removed
2419
20+ ## [ 0.4.0] — 2026-03-05
21+
22+ ### Added
23+
24+ - 🔖 ` --version ` flag — prints the installed nbpull version and exits.
25+ - ⬆️ Upgrade check — after every command, warns on stderr when a newer
26+ version is available on PyPI (cached, 7-day TTL; disable with
27+ ` NBPULL_NO_UPDATE_CHECK=1 ` ).
28+
2529## [ 0.3.1] — 2026-03-04
2630
2731### Fixed
@@ -193,7 +197,8 @@ project adheres to
193197- 🔒 Read-only safety guarantee — only GET requests, ever
194198- ⚙️ Configuration via ` .env ` / environment variables (pydantic-settings)
195199
196- [ Unreleased ] : https://github.com/Champion2005/nbpull/compare/v0.3.1...HEAD
200+ [ Unreleased ] : https://github.com/Champion2005/nbpull/compare/v0.4.0...HEAD
201+ [ 0.4.0 ] : https://github.com/Champion2005/nbpull/compare/v0.3.1...v0.4.0
197202[ 0.3.1 ] : https://github.com/Champion2005/nbpull/compare/v0.3.0...v0.3.1
198203[ 0.3.0 ] : https://github.com/Champion2005/nbpull/compare/v0.2.1...v0.3.0
199204[ 0.2.1 ] : https://github.com/Champion2005/nbpull/compare/v0.2.0...v0.2.1
Original file line number Diff line number Diff line change 11[project ]
22name = " nbpull"
3- version = " 0.3.1 "
3+ version = " 0.4.0 "
44description = " 🔍 Read-only CLI tool to pull IPAM data from NetBox"
55readme = " README.md"
66license = " GPL-3.0-only"
Original file line number Diff line number Diff line change 11"""🔍 NetBox Data Puller — Read-only CLI for querying NetBox IPAM data."""
22
3- __version__ = "0.3.1 "
3+ __version__ = "0.4.0 "
You can’t perform that action at this time.
0 commit comments