Skip to content

Commit 66d9436

Browse files
committed
chore: bump version number [skip ci]
1 parent 1ebf16b commit 66d9436

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
tbd
12+
13+
14+
## [v3.3.0] - 2026-04-19
15+
1116
### Added
1217

1318
* args.py: add a generic `--check-security` help text so version-style plugins can offer an upstream security-update check with a uniform parameter description
@@ -501,7 +506,8 @@ Minor improvements, barely any changes.
501506
Initial release.
502507

503508

504-
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/v3.2.0...HEAD
509+
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/v3.3.0...HEAD
510+
[v3.3.0]: https://github.com/Linuxfabrik/lib/compare/v3.2.0...v3.3.0
505511
[v3.2.0]: https://github.com/Linuxfabrik/lib/compare/v3.1.1...v3.2.0
506512
[v3.1.1]: https://github.com/Linuxfabrik/lib/compare/v3.1.0...v3.1.1
507513
[v3.1.0]: https://github.com/Linuxfabrik/lib/compare/v3.0.0...v3.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "linuxfabrik-lib"
9-
version = "3.2.0"
9+
version = "3.3.0"
1010
description = "Python libraries used in various Linuxfabrik projects, including the 'Linuxfabrik Monitoring Plugins' project."
1111
readme = "README.md"
1212
authors = [

0 commit comments

Comments
 (0)