Skip to content

Commit 02f2361

Browse files
committed
Release v2.42.0
1 parent da92c8d commit 02f2361

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

1010
- n/a
1111

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+
1218
## [2.41.0] - 2024-10-02
1319

1420
- `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
492498

493499
- Initial release to PyPI
494500

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
496503
[2.41.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.40.1...v2.41.0
497504
[2.40.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.2...v2.40.1
498505
[2.39.2]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.1...v2.39.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_requirements():
3636

3737
setup(
3838
name="pubtools-pulplib",
39-
version="2.41.0",
39+
version="2.42.0",
4040
packages=find_namespace_packages(where="src"),
4141
package_dir={"": "src"},
4242
package_data={"pubtools.pulplib._impl.schema": ["*.yaml"]},

0 commit comments

Comments
 (0)