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 Sep 29, 2023
1 parent cf131fe commit d218adf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
24 changes: 14 additions & 10 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.8a37...HEAD)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a38...HEAD)

**Implemented enhancements:**

- Persona Initiative - Long Live the LLM [\#297](https://github.com/OpenVoiceOS/ovos-core/issues/297)
- default session managed by core [\#354](https://github.com/OpenVoiceOS/ovos-core/pull/354) ([JarbasAl](https://github.com/JarbasAl))

**Fixed bugs:**

- fix docker build [\#267](https://github.com/OpenVoiceOS/ovos-core/issues/267)

## [V0.0.8a38](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a38) (2023-09-22)

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

**Implemented enhancements:**

Expand Down Expand Up @@ -598,11 +611,6 @@

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

**Fixed bugs:**

- port/fix/ intent name colision [\#233](https://github.com/OpenVoiceOS/ovos-core/issues/233)
- Handle multiple intents with the same name \(\#2921\) [\#235](https://github.com/OpenVoiceOS/ovos-core/pull/235) ([JarbasAl](https://github.com/JarbasAl))

**Closed issues:**

- Install confusion [\#239](https://github.com/OpenVoiceOS/ovos-core/issues/239)
Expand Down Expand Up @@ -635,10 +643,6 @@

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

**Fixed bugs:**

- Fix show\_pages index api [\#234](https://github.com/OpenVoiceOS/ovos-core/pull/234) ([AIIX](https://github.com/AIIX))

## [V0.0.6a1](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.6a1) (2022-11-23)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.5...V0.0.6a1)
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 = 38
OVOS_VERSION_ALPHA = 39

# END_VERSION_BLOCK

Expand Down

0 comments on commit d218adf

Please sign in to comment.