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 Jan 13, 2024
1 parent cdb29e2 commit 38176d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

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

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

**Implemented enhancements:**

- CommonQuery thread safety and concurrent request handling [\#329](https://github.com/OpenVoiceOS/ovos-core/pull/329) ([NeonDaniel](https://github.com/NeonDaniel))

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

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

**Fixed bugs:**

Expand Down Expand Up @@ -646,10 +654,6 @@

- rm setup skill [\#278](https://github.com/OpenVoiceOS/ovos-core/pull/278) ([JarbasAl](https://github.com/JarbasAl))

**Closed issues:**

- planned 0.0.7 breaks platforms and distribution packaging. [\#276](https://github.com/OpenVoiceOS/ovos-core/issues/276)

## [V0.0.7a2](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.7a2) (2023-02-07)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.7a1...V0.0.7a2)
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 = 63
OVOS_VERSION_ALPHA = 64

# END_VERSION_BLOCK

Expand Down

0 comments on commit 38176d7

Please sign in to comment.