diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c701c..ea81b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,28 +1,16 @@ # Changelog -## [0.4.7a2](https://github.com/OpenVoiceOS/skill-ovos-boot-finished/tree/0.4.7a2) (2024-11-17) +## [0.4.8a1](https://github.com/OpenVoiceOS/ovos-skill-boot-finished/tree/0.4.8a1) (2024-11-19) -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-boot-finished/compare/0.4.7a1...0.4.7a2) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-boot-finished/compare/V0.4.7...0.4.8a1) **Merged pull requests:** -- fix: skilljson [\#36](https://github.com/OpenVoiceOS/skill-ovos-boot-finished/pull/36) ([JarbasAl](https://github.com/JarbasAl)) +- fix:allow workshop 3.0.0 [\#39](https://github.com/OpenVoiceOS/ovos-skill-boot-finished/pull/39) ([JarbasAl](https://github.com/JarbasAl)) -## [0.4.7a1](https://github.com/OpenVoiceOS/skill-ovos-boot-finished/tree/0.4.7a1) (2024-11-06) +## [V0.4.7](https://github.com/OpenVoiceOS/ovos-skill-boot-finished/tree/V0.4.7) (2024-11-17) -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-boot-finished/compare/V0.4.6...0.4.7a1) - -**Implemented enhancements:** - -- track skill loading status [\#33](https://github.com/OpenVoiceOS/skill-ovos-boot-finished/issues/33) - -**Merged pull requests:** - -- fix: typing + wait for skills [\#34](https://github.com/OpenVoiceOS/skill-ovos-boot-finished/pull/34) ([JarbasAl](https://github.com/JarbasAl)) - -## [V0.4.6](https://github.com/OpenVoiceOS/skill-ovos-boot-finished/tree/V0.4.6) (2024-11-06) - -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-boot-finished/compare/0.4.6...V0.4.6) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-boot-finished/compare/0.4.7...V0.4.7) diff --git a/requirements.txt b/requirements.txt index 6303882..52ccd3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ovos-workshop>=2.1.0,<3.0.0 +ovos-workshop>=2.1.0,<4.0.0 ovos-utils<2.0.0 ovos-bus-client<2.0.0 ovos-plugin-manager \ No newline at end of file diff --git a/version.py b/version.py index 11641b1..27584c2 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 4 -VERSION_BUILD = 7 -VERSION_ALPHA = 0 +VERSION_BUILD = 8 +VERSION_ALPHA = 1 # END_VERSION_BLOCK