diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f7a71..87788ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## [0.3] - 2024-06-02 + ### Added - Pacman repositories are now supported @@ -14,3 +16,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Initial version [0.2]: https://github.com/gershnik/repopulator/releases/0.2 +[0.3]: https://github.com/gershnik/repopulator/releases/0.3 diff --git a/src/repopulator/version.py b/src/repopulator/version.py index 7e311b2..aed37e9 100644 --- a/src/repopulator/version.py +++ b/src/repopulator/version.py @@ -4,4 +4,4 @@ # license that can be found in the LICENSE.txt file or at # https://opensource.org/licenses/BSD-3-Clause -VERSION = '0.2' \ No newline at end of file +VERSION = '0.3' \ No newline at end of file