Skip to content

Commit 477f6aa

Browse files
committed
chore: bump version number [skip ci]
1 parent fa7eb90 commit 477f6aa

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
@@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
77

88
## [Unreleased]
99

10+
tbd
11+
12+
13+
## [v2.3.0] - 2025-06-20
14+
1015
### Added ("feat")
1116

1217
* feat(endoflifedate.py): add Icinga
@@ -448,7 +453,8 @@ Minor improvements, barely any changes.
448453
Initial release.
449454

450455

451-
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/v2.2.1...HEAD
456+
[Unreleased]: https://github.com/Linuxfabrik/lfops/compare/v2.3.0...HEAD
457+
[v2.3.0]: https://github.com/Linuxfabrik/lfops/compare/v2.2.1...v2.3.0
452458
[v2.2.1]: https://github.com/Linuxfabrik/lib/compare/v2.2.0...v2.2.1
453459
[v2.2.0]: https://github.com/Linuxfabrik/lib/compare/v2.1.1.15...v2.2.0
454460
[v2.1.1.15]: https://github.com/Linuxfabrik/lib/compare/v2.1.1.7...v2.1.1.15

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 = "2.2.1"
9+
version = "2.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)