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 Mar 2, 2024
1 parent 63a95b3 commit 4669d82
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

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

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

**Breaking changes:**

- \[BUG\] Classic Mycroft skill inits are not calling self.initialize\(\) [\#343](https://github.com/OpenVoiceOS/ovos-core/issues/343)

**Merged pull requests:**

- refactor/reduce code complexity [\#427](https://github.com/OpenVoiceOS/ovos-core/pull/427) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.8a80](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a80) (2024-03-02)

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

**Fixed bugs:**

Expand Down Expand Up @@ -607,10 +619,6 @@

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

**Merged pull requests:**

- refactor/ovos\_audio [\#304](https://github.com/OpenVoiceOS/ovos-core/pull/304) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.8a10](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a10) (2023-04-28)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a9...V0.0.8a10)
Expand Down Expand Up @@ -651,10 +659,6 @@

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

**Merged pull requests:**

- refactor/common\_qa\_speak [\#305](https://github.com/OpenVoiceOS/ovos-core/pull/305) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.8a4](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a4) (2023-04-14)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a3...V0.0.8a4)
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 = 80
OVOS_VERSION_ALPHA = 81

# END_VERSION_BLOCK

Expand Down

0 comments on commit 4669d82

Please sign in to comment.