diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ef92e2..831097f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,16 @@ # Changelog -## [0.2.4a1](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/0.2.4a1) (2024-11-17) +## [0.2.6a1](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/0.2.6a1) (2024-11-19) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/0.2.4...0.2.4a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/V0.2.5...0.2.6a1) **Merged pull requests:** -- fix: alias overwrite ... [\#18](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/18) ([JarbasAl](https://github.com/JarbasAl)) +- fix:allow workshop 3.0.0 [\#20](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/20) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.2.5](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/V0.2.5) (2024-11-17) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/0.2.5...V0.2.5) diff --git a/requirements.txt b/requirements.txt index feda40d..c0ba7ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -ovos-workshop>=0.0.15,<3.0.0 \ No newline at end of file +ovos-workshop>=0.0.15,<4.0.0 \ No newline at end of file diff --git a/version.py b/version.py index 0fde2d2..c3a9ffa 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 2 -VERSION_BUILD = 5 -VERSION_ALPHA = 0 +VERSION_BUILD = 6 +VERSION_ALPHA = 1 # END_VERSION_BLOCK