File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010- n/a
1111
12+ ## [ 3.3.0] - 2025-01-15
13+
14+ ### Added
15+
16+ - ` rhui_product_ids ` - supersedes the now-deprecated ` rhui_product_id ` ,
17+ allowing the definition of multiple RHUI product IDs.
18+
1219## [ 3.2.0] - 2024-12-12
1320
1421### Added
@@ -114,7 +121,8 @@ CDN repos and feature flags which should be enabled on those repos.
114121
115122- Initial release
116123
117- [ Unreleased ] : https://github.com/release-engineering/cdn-definitions/compare/v3.2.0...HEAD
124+ [ Unreleased ] : https://github.com/release-engineering/cdn-definitions/compare/v3.3.0...HEAD
125+ [ 3.3.0 ] : https://github.com/release-engineering/cdn-definitions/compare/v3.2.0...v3.3.0
118126[ 3.2.0 ] : https://github.com/release-engineering/cdn-definitions/compare/v3.1.0...v3.2.0
119127[ 3.1.0 ] : https://github.com/release-engineering/cdn-definitions/compare/v3.0.0...v3.1.0
120128[ 3.0.0 ] : https://github.com/release-engineering/cdn-definitions/compare/v2.3.0...v3.0.0
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_requirements():
2121
2222setup (
2323 name = "cdn-definitions" ,
24- version = "3.2 .0" ,
24+ version = "3.3 .0" ,
2525 author = "Rohan McGovern" ,
26262727 packages = find_packages ("src" ),
You can’t perform that action at this time.
0 commit comments