Skip to content

Commit d9b4fe8

Browse files
committed
chore: bump version number [skip ci]
1 parent 30dc430 commit d9b4fe8

2 files changed

Lines changed: 25 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66

77

88

9-
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/v2.1.1.15...HEAD
9+
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/v2.2.0...HEAD
1010

1111
## [Unreleased]
1212

13-
### Changed ("refactor", "chore" etc.)
13+
tbd
14+
15+
16+
## v2.2.0
17+
18+
### Changed ("refactor", "chore", "feat" etc.)
1419

1520
* feat(time.py): add `get_timezone()`
1621
* refactor(net.py): force `fetch_ssl()` to use TLS 1.2+
@@ -19,14 +24,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
1924

2025
## v2.1.1.15
2126

22-
### Changed ("refactor", "chore" etc.)
27+
### Changed ("refactor", "chore", "feat" etc.)
2328

2429
* refactor(net.py): add fetch_socket() and fetch_ssl(), improve fetch()
2530

2631

2732
## v2.1.1.7
2833

29-
### Changed ("refactor", "chore" etc.)
34+
### Changed ("refactor", "chore", "feat" etc.)
3035

3136
* refactor(args.py): improve code-style
3237
* refactor(base.py): improve code-style
@@ -74,7 +79,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
7479
* shell.py: Fix special character decoding in Windows output by explicitly switching to codepage 65001
7580

7681

77-
### Changed ("refactor", "chore" etc.)
82+
### Changed ("refactor", "chore", "feat" etc.)
7883

7984
* docs: improve and convert doc strings to markdown for some libs and create new `docs` folder using `pdoc`
8085
* refactor(base.py, url.py): make use of txt.sanitize_sensitive_data()
@@ -92,20 +97,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
9297

9398
## v2.1.0.4
9499

95-
### Changed ("refactor", "chore" etc.)
100+
### Changed ("refactor", "chore", "feat" etc.)
96101

97102
* refactor: uptimerobot.py
98103

99104

100105

101106
## v2.1.0.0
102107

103-
### Added
108+
### Added ("feat")
104109

105110
* feat: add uptimerobot.py
106111

107112

108-
### Changed ("refactor", "chore" etc.)
113+
### Changed ("refactor", "chore", "feat" etc.)
109114

110115
* docs(base.py): improve doc strings
111116

@@ -118,7 +123,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
118123
* fix(txt.py): extract_str()
119124

120125

121-
### Changed ("refactor", "chore" etc.)
126+
### Changed ("refactor", "chore", "feat" etc.)
122127

123128
* chore(endoflifedate.py): bump version numbers
124129
* chore(tools/update-endoflifedate): add openvpn
@@ -149,12 +154,12 @@ Build, CI/CD:
149154
* Renamed test.py to lftest.py due to `nuitka.Errors.NuitkaOptimizationError: duplicate locals name` on Windows
150155

151156

152-
### Added
157+
### Added ("feat")
153158

154159
* keycloak.py: This library collects some Keycloak related functions that are needed by more than one Keycloak plugin.
155160

156161

157-
### Changed ("refactor", "chore" etc.)
162+
### Changed ("refactor", "chore", "feat" etc.)
158163

159164
* librenms.py: `get_state()` returns STATE_OK instead of STATE_UNKNOWN
160165
* url.py: Improve error messages and comments
@@ -212,7 +217,7 @@ Minor improvements, barely any changes.
212217

213218
## 2023112901
214219

215-
### Added
220+
### Added ("feat")
216221

217222
* qts.py: A library for interacting with the QNAP QTS API
218223
* endoflifedate.py (built automatically; version string only changes when products are added or deleted)
@@ -237,7 +242,7 @@ Minor improvements, barely any changes.
237242
* db_mysql.py: Change from username/password authentication to option file authentication in `connect()`
238243

239244

240-
### Added
245+
### Added ("feat")
241246

242247
* args.py: Add `number_unit_method` type (used in `disk-usage` monitoring plugin)
243248
* disk.py: Add read_env()
@@ -264,7 +269,7 @@ Minor improvements, barely any changes.
264269
* net3: Rename ip_to_cdir() to netmask_to_cdir()
265270

266271

267-
### Added
272+
### Added ("feat")
268273

269274
* dmidecode3.py
270275
* grassfish3.py
@@ -282,7 +287,7 @@ Minor improvements, barely any changes.
282287

283288
## 2022072001
284289

285-
### Added
290+
### Added ("feat")
286291

287292
* distro3.py
288293

@@ -300,7 +305,7 @@ Minor improvements, barely any changes.
300305

301306
## 2022022801
302307

303-
### Added
308+
### Added ("feat")
304309

305310
* human3.py: Collects functions to convert raw numbers, times etc. to a human readable representation.
306311
* shell3.py: Communicates with the Shell.
@@ -341,7 +346,7 @@ Minor improvements, barely any changes.
341346

342347
## 2021101401
343348

344-
### Added
349+
### Added ("feat")
345350

346351
* nodebb
347352
* jitsi
@@ -381,7 +386,7 @@ Minor improvements, barely any changes.
381386

382387
## 2020052801
383388

384-
### Added
389+
### Added ("feat")
385390

386391
* db_mysql
387392
* feedparser
@@ -401,7 +406,7 @@ Minor improvements, barely any changes.
401406

402407
## 2020041501
403408

404-
### Added
409+
### Added ("feat")
405410

406411
* args.py
407412
* base.py

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.1.1.15"
9+
version = "2.2.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)