Skip to content

Commit

Permalink
Increment Version
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored and github-actions[bot] committed Oct 2, 2023
1 parent c2bb2e0 commit 51c288e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

## [Unreleased](https://github.com/OpenVoiceOS/ovos-core/tree/HEAD)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a43...HEAD)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a44...HEAD)

**Merged pull requests:**

- unittests/skill\_self\_activation [\#360](https://github.com/OpenVoiceOS/ovos-core/pull/360) ([JarbasAl](https://github.com/JarbasAl))
- unitests/converse [\#359](https://github.com/OpenVoiceOS/ovos-core/pull/359) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.8a44](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a44) (2023-10-02)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a43...V0.0.8a44)

**Fixed bugs:**

Expand Down Expand Up @@ -632,10 +641,6 @@

[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.6a7...V0.0.6a8)

**Merged pull requests:**

- relax lingua\_franca version [\#242](https://github.com/OpenVoiceOS/ovos-core/pull/242) ([builderjer](https://github.com/builderjer))

## [V0.0.6a7](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.6a7) (2022-12-14)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.6a6...V0.0.6a7)
Expand Down
2 changes: 1 addition & 1 deletion ovos_core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
OVOS_VERSION_MAJOR = 0
OVOS_VERSION_MINOR = 0
OVOS_VERSION_BUILD = 8
OVOS_VERSION_ALPHA = 44
OVOS_VERSION_ALPHA = 45

# END_VERSION_BLOCK

Expand Down

0 comments on commit 51c288e

Please sign in to comment.