Skip to content

Commit

Permalink
Merge pull request #43 from crungehottman/v3.0.0
Browse files Browse the repository at this point in the history
Release v3.0.0
  • Loading branch information
crungehottman authored Aug 31, 2023
2 parents 0b32698 + 53d44b3 commit ef2a624
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- n/a

## [3.0.0] - 2023-08-30

### Added

- `repo_overrides` - Used to define, per environment, mappings between certain criteria matching
CDN repos and feature flags which should be enabled on those repos.

### Removed

- Python2 support has been dropped.

## [2.3.0] - 2021-11-09

### Added
Expand Down Expand Up @@ -90,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/release-engineering/cdn-definitions/compare/v2.3.0...HEAD
[Unreleased]: https://github.com/release-engineering/cdn-definitions/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/release-engineering/cdn-definitions/compare/v2.3.0...v3.0.0
[2.3.0]: https://github.com/release-engineering/cdn-definitions/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/release-engineering/cdn-definitions/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/release-engineering/cdn-definitions/compare/v2.0.0...v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_requirements():

setup(
name="cdn-definitions",
version="2.3.0",
version="3.0.0",
author="Rohan McGovern",
author_email="[email protected]",
packages=find_packages("src"),
Expand Down

0 comments on commit ef2a624

Please sign in to comment.