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 Jun 21, 2024
1 parent a3aa6f1 commit 1594bdc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
23 changes: 14 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,20 @@

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

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

**Closed issues:**

- Stable Dependencies for 0.0.8 Release [\#488](https://github.com/OpenVoiceOS/ovos-core/issues/488)

**Merged pull requests:**

- refactor/less\_patches [\#513](https://github.com/OpenVoiceOS/ovos-core/pull/513) ([JarbasAl](https://github.com/JarbasAl))
- added terms in Italian [\#512](https://github.com/OpenVoiceOS/ovos-core/pull/512) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))

## [V0.0.8a118](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a118) (2024-06-20)

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

**Fixed bugs:**

Expand Down Expand Up @@ -442,10 +455,6 @@

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

**Implemented enhancements:**

- ocp pipeline [\#396](https://github.com/OpenVoiceOS/ovos-core/pull/396) ([NeonJarbas](https://github.com/NeonJarbas))

## [V0.0.8a69](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a69) (2024-01-24)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a68...V0.0.8a69)
Expand Down Expand Up @@ -490,10 +499,6 @@

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

**Fixed bugs:**

- Deregister any entities when a skill is detached. Fixes \#394 [\#395](https://github.com/OpenVoiceOS/ovos-core/pull/395) ([lbt](https://github.com/lbt))

**Merged pull requests:**

- allow alpha versions of ovos-utils [\#398](https://github.com/OpenVoiceOS/ovos-core/pull/398) ([JarbasAl](https://github.com/JarbasAl))
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 = 118
OVOS_VERSION_ALPHA = 119

# END_VERSION_BLOCK

Expand Down

0 comments on commit 1594bdc

Please sign in to comment.