Skip to content

Commit a5b6dd8

Browse files
JarbasAlgithub-actions[bot]
authored andcommitted
Increment Version
1 parent f878462 commit a5b6dd8

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

CHANGELOG.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22

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

5-
[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a61...HEAD)
5+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a62...HEAD)
6+
7+
**Fixed bugs:**
8+
9+
- Padacioso fails when a skill with entities is reloaded [\#394](https://github.com/OpenVoiceOS/ovos-core/issues/394)
10+
- Deregister any entities when a skill is detached. Fixes \#394 [\#395](https://github.com/OpenVoiceOS/ovos-core/pull/395) ([lbt](https://github.com/lbt))
11+
12+
**Merged pull requests:**
13+
14+
- allow alpha versions of ovos-utils [\#398](https://github.com/OpenVoiceOS/ovos-core/pull/398) ([JarbasAl](https://github.com/JarbasAl))
15+
16+
## [V0.0.8a62](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a62) (2023-12-31)
17+
18+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a61...V0.0.8a62)
619

720
**Fixed bugs:**
821

@@ -533,10 +546,6 @@
533546

534547
[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.7...V0.0.8a1)
535548

536-
**Implemented enhancements:**
537-
538-
- roadmap - 0.0.7 [\#270](https://github.com/OpenVoiceOS/ovos-core/issues/270)
539-
540549
**Merged pull requests:**
541550

542551
- Adds easy input box support for skill [\#298](https://github.com/OpenVoiceOS/ovos-core/pull/298) ([AIIX](https://github.com/AIIX))
@@ -625,18 +634,10 @@
625634

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

628-
**Implemented enhancements:**
629-
630-
- skill loading requirements continued [\#272](https://github.com/OpenVoiceOS/ovos-core/pull/272) ([JarbasAl](https://github.com/JarbasAl))
631-
632637
## [V0.0.7a4](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.7a4) (2023-02-10)
633638

634639
[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.7a3...V0.0.7a4)
635640

636-
**Merged pull requests:**
637-
638-
- fix color scheme selection popups on vertical displays [\#275](https://github.com/OpenVoiceOS/ovos-core/pull/275) ([AIIX](https://github.com/AIIX))
639-
640641
## [V0.0.7a3](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.7a3) (2023-02-10)
641642

642643
[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.7a2...V0.0.7a3)
@@ -653,10 +654,6 @@
653654

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

656-
**Fixed bugs:**
657-
658-
- default VAD to "ovos-vad-plugin-webrtcvad" + setup/requirements cleanup [\#271](https://github.com/OpenVoiceOS/ovos-core/pull/271) ([JarbasAl](https://github.com/JarbasAl))
659-
660657
## [V0.0.7a1](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.7a1) (2023-02-02)
661658

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

ovos_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
OVOS_VERSION_MAJOR = 0
1919
OVOS_VERSION_MINOR = 0
2020
OVOS_VERSION_BUILD = 8
21-
OVOS_VERSION_ALPHA = 62
21+
OVOS_VERSION_ALPHA = 63
2222

2323
# END_VERSION_BLOCK
2424

0 commit comments

Comments
 (0)