From 970da670b50df366e44a56a493f7fceb69b45935 Mon Sep 17 00:00:00 2001 From: Thomas Christory Date: Thu, 25 Jun 2026 23:52:27 +0200 Subject: [PATCH] chore(release): 1.3.1 Patch release: CI dependency bumps only (#109, #110). Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 12 ++++++++++++ nsc/_version.py | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db3e9a6..b145abc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to netbox-super-cli are tracked here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) loosely. From v1.0.0 onward, releases follow [Semantic Versioning](https://semver.org/) and the version in `pyproject.toml` matches the git tag. Pre-1.0 milestones (Phase 1-5) were pinned by tag while `pyproject.toml` stayed at `0.0.1`. +## v1.3.1 — 2026-06-25 + +Patch release. CI maintenance only — no runtime or user-facing changes. + +### Changed + +- **CI**: bump `actions/checkout` from 5 to 7 ([#110]) and + `actions/upload-pages-artifact` from 3 to 5 ([#109]). + +[#109]: https://github.com/thomaschristory/netbox-super-cli/pull/109 +[#110]: https://github.com/thomaschristory/netbox-super-cli/pull/110 + ## v1.3.0 — 2026-06-25 Minor release. A batch of user-facing features — singular alias forms, parallel diff --git a/nsc/_version.py b/nsc/_version.py index 13e7faf..1a62231 100644 --- a/nsc/_version.py +++ b/nsc/_version.py @@ -1,3 +1,3 @@ """Single source of truth for the package version.""" -__version__ = "1.3.0" +__version__ = "1.3.1" diff --git a/pyproject.toml b/pyproject.toml index f7a426e..750a980 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "netbox-super-cli" -version = "1.3.0" +version = "1.3.1" description = "Dynamic NetBox CLI generated from the live OpenAPI schema." readme = "README.md" requires-python = ">=3.12" diff --git a/uv.lock b/uv.lock index b2f1c77..0ac6933 100644 --- a/uv.lock +++ b/uv.lock @@ -675,7 +675,7 @@ wheels = [ [[package]] name = "netbox-super-cli" -version = "1.3.0" +version = "1.3.1" source = { editable = "." } dependencies = [ { name = "click" },