Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

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 Apr 25, 2024
1 parent 26a5600 commit 51f2660
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
26 changes: 22 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

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

[Full Changelog](https://github.com/OpenVoiceOS/ovos-listener/compare/V0.0.2...HEAD)

**Fixed bugs:**

- Failed to upload metrics [\#16](https://github.com/OpenVoiceOS/ovos-listener/issues/16)
- When mycroft.conf changed the listener doesn't listen anymore [\#15](https://github.com/OpenVoiceOS/ovos-listener/issues/15)

**Closed issues:**

- Service get "stuck" and doesn't listen anymore [\#12](https://github.com/OpenVoiceOS/ovos-listener/issues/12)
- Relative path doesn't work for sounds [\#10](https://github.com/OpenVoiceOS/ovos-listener/issues/10)

**Merged pull requests:**

- Update for ovos-utils 0.1 Compat [\#27](https://github.com/OpenVoiceOS/ovos-listener/pull/27) ([NeonDaniel](https://github.com/NeonDaniel))

## [V0.0.2](https://github.com/OpenVoiceOS/ovos-listener/tree/V0.0.2) (2023-09-22)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-listener/compare/V0.0.2a14...V0.0.2)

## [V0.0.2a14](https://github.com/OpenVoiceOS/ovos-listener/tree/V0.0.2a14) (2023-09-22)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-listener/compare/V0.0.2a13...V0.0.2a14)
Expand Down Expand Up @@ -80,10 +102,6 @@
- ModuleNotFoundError: No module named 'ovos\_bus\_client' [\#4](https://github.com/OpenVoiceOS/ovos-listener/issues/4)
- bump ovos-utils - fix/circular\_import [\#3](https://github.com/OpenVoiceOS/ovos-listener/pull/3) ([JarbasAl](https://github.com/JarbasAl))

**Closed issues:**

- Could not find 'end\_listening' audio file! [\#6](https://github.com/OpenVoiceOS/ovos-listener/issues/6)

**Merged pull requests:**

- Unify package name from speech to listener [\#9](https://github.com/OpenVoiceOS/ovos-listener/pull/9) ([goldyfruit](https://github.com/goldyfruit))
Expand Down
2 changes: 1 addition & 1 deletion ovos_listener/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
VERSION_MAJOR = 0
VERSION_MINOR = 0
VERSION_BUILD = 3
VERSION_ALPHA = 0
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit 51f2660

Please sign in to comment.