Skip to content

Commit

Permalink
Merge pull request #608 from OpenVoiceOS/release-0.2.15a1
Browse files Browse the repository at this point in the history
Release 0.2.15a1
  • Loading branch information
JarbasAl authored Nov 20, 2024
2 parents 88c8800 + 830ae2a commit 9b21368
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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.14a1](https://github.com/OpenVoiceOS/ovos-core/tree/0.2.14a1) (2024-11-19)
## [0.2.15a1](https://github.com/OpenVoiceOS/ovos-core/tree/0.2.15a1) (2024-11-20)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/0.2.13...0.2.14a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/0.2.14...0.2.15a1)

**Merged pull requests:**

- requirements:skills list [\#599](https://github.com/OpenVoiceOS/ovos-core/pull/599) ([JarbasAl](https://github.com/JarbasAl))
- Update skills-extra.txt [\#607](https://github.com/OpenVoiceOS/ovos-core/pull/607) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
4 changes: 2 additions & 2 deletions ovos_core/version.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 2
VERSION_BUILD = 14
VERSION_ALPHA = 0
VERSION_BUILD = 15
VERSION_ALPHA = 1
# END_VERSION_BLOCK

# for compat with old imports
Expand Down
2 changes: 2 additions & 0 deletions requirements/skills-extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ ovos-skill-laugh>=0.1.1,<1.0.0
ovos-skill-number-facts>=0.1.4,<1.0.0
ovos-skill-iss-location>=0.2.2,<1.0.0
ovos-skill-cmd>=0.2.5,<1.0.0
ovos-skill-moviemaster>=0.0.7,<1.0.0
ovos-skill-confucius-quotes>=0.1.7,<1.0.0

0 comments on commit 9b21368

Please sign in to comment.