Skip to content

Commit ad02717

Browse files
Aditya PatelCopilot
andcommitted
chore: release v0.4.0
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8932d3e commit ad02717

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nbpull"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "🔍 Read-only CLI tool to pull IPAM data from NetBox"
55
readme = "README.md"
66
license = "GPL-3.0-only"

src/netbox_data_puller/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""🔍 NetBox Data Puller — Read-only CLI for querying NetBox IPAM data."""
22

3-
__version__ = "0.3.1"
3+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)