File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
- n/a
11
11
12
+ ## [ 2.42.0] - 2025-03-26
13
+
14
+ - Fix matching all content when content type id is empty in search criteria
15
+ - Made some UBI related notes mutable
16
+ - Reimplemented ` naturalsize ` previously used from ` humanize `
17
+
12
18
## [ 2.41.0] - 2024-10-02
13
19
14
20
- ` YumRepository.upload_comps_xml ` now writes all fields on uploaded units
@@ -492,7 +498,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
492
498
493
499
- Initial release to PyPI
494
500
495
- [ Unreleased ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.41.0...HEAD
501
+ [ Unreleased ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.42.0...HEAD
502
+ [ 2.42.0 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.41.1...v2.42.0
496
503
[ 2.41.0 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.40.1...v2.41.0
497
504
[ 2.40.1 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.2...v2.40.1
498
505
[ 2.39.2 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.1...v2.39.2
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def get_requirements():
36
36
37
37
setup (
38
38
name = "pubtools-pulplib" ,
39
- version = "2.41 .0" ,
39
+ version = "2.42 .0" ,
40
40
packages = find_namespace_packages (where = "src" ),
41
41
package_dir = {"" : "src" },
42
42
package_data = {"pubtools.pulplib._impl.schema" : ["*.yaml" ]},
You can’t perform that action at this time.
0 commit comments