Skip to content

Commit

Permalink
Prepare alpha version package
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored and github-actions[bot] committed Jun 22, 2024
1 parent fe739cf commit 3fbb598
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,30 @@

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

[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-date-time/compare/V0.2.3a8...HEAD)
[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-date-time/compare/V0.2.3a9...HEAD)

**Implemented enhancements:**

- refactor/session\_aware [\#38](https://github.com/OpenVoiceOS/skill-ovos-date-time/pull/38) ([JarbasAl](https://github.com/JarbasAl))
- Update Query.voc [\#45](https://github.com/OpenVoiceOS/skill-ovos-date-time/pull/45) ([JarbasAl](https://github.com/JarbasAl))

**Fixed bugs:**

- `AttributeError: 'EnclosureAPI' object has no attribute 'display_manager'` [\#34](https://github.com/OpenVoiceOS/skill-ovos-date-time/issues/34)

**Merged pull requests:**

- corrected a mistake [\#44](https://github.com/OpenVoiceOS/skill-ovos-date-time/pull/44) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- fixed some error [\#43](https://github.com/OpenVoiceOS/skill-ovos-date-time/pull/43) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- translated an insane number of en-us ways of asking the time [\#42](https://github.com/OpenVoiceOS/skill-ovos-date-time/pull/42) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))

## [V0.2.3a9](https://github.com/OpenVoiceOS/skill-ovos-date-time/tree/V0.2.3a9) (2024-04-22)

[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-date-time/compare/V0.2.3a8...V0.2.3a9)

**Implemented enhancements:**

- refactor/session\_aware [\#38](https://github.com/OpenVoiceOS/skill-ovos-date-time/pull/38) ([JarbasAl](https://github.com/JarbasAl))

## [V0.2.3a8](https://github.com/OpenVoiceOS/skill-ovos-date-time/tree/V0.2.3a8) (2024-04-14)

[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-date-time/compare/V0.2.3a7...V0.2.3a8)
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
VERSION_MAJOR = 0
VERSION_MINOR = 2
VERSION_BUILD = 3
VERSION_ALPHA = 9
VERSION_ALPHA = 10
# END_VERSION_BLOCK

0 comments on commit 3fbb598

Please sign in to comment.