Skip to content

Commit

Permalink
Merge pull request #12 from OpenVoiceOS/release-0.2.5a1
Browse files Browse the repository at this point in the history
Release 0.2.5a1
  • Loading branch information
JarbasAl authored Nov 19, 2024
2 parents 15ef1f3 + 96bbbc6 commit d2b12a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [0.2.4a1](https://github.com/OpenVoiceOS/skill-ovos-spelling/tree/0.2.4a1) (2024-11-17)
## [0.2.5a1](https://github.com/OpenVoiceOS/skill-ovos-spelling/tree/0.2.5a1) (2024-11-19)

[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-spelling/compare/0.2.3...0.2.4a1)
[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-spelling/compare/0.2.4...0.2.5a1)

**Merged pull requests:**

- fix: skilljson [\#9](https://github.com/OpenVoiceOS/skill-ovos-spelling/pull/9) ([JarbasAl](https://github.com/JarbasAl))
- fix:allow workshop 3.0.0 [\#11](https://github.com/OpenVoiceOS/skill-ovos-spelling/pull/11) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ovos-utils>=0.0.38
ovos-workshop>=0.0.15,<3.0.0
ovos-workshop>=0.0.15,<4.0.0
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 2
VERSION_BUILD = 4
VERSION_ALPHA = 0
VERSION_BUILD = 5
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit d2b12a0

Please sign in to comment.