Skip to content

Commit

Permalink
Merge pull request #10 from OpenVoiceOS/release-0.3.4a1
Browse files Browse the repository at this point in the history
Release 0.3.4a1
  • Loading branch information
JarbasAl authored Oct 31, 2024
2 parents 78ff9a3 + 794b116 commit d663c5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
14 changes: 3 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# Changelog

## [0.3.3a1](https://github.com/OpenVoiceOS/skill-ovos-wallpapers/tree/0.3.3a1) (2024-10-15)
## [0.3.4a1](https://github.com/OpenVoiceOS/skill-ovos-wallpapers/tree/0.3.4a1) (2024-10-31)

[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-wallpapers/compare/0.3.2a1...0.3.3a1)
[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-wallpapers/compare/0.3.3...0.3.4a1)

**Merged pull requests:**

- fix:update\_requirements [\#7](https://github.com/OpenVoiceOS/skill-ovos-wallpapers/pull/7) ([JarbasAl](https://github.com/JarbasAl))

## [0.3.2a1](https://github.com/OpenVoiceOS/skill-ovos-wallpapers/tree/0.3.2a1) (2024-10-07)

[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-wallpapers/compare/0.3.1...0.3.2a1)

**Merged pull requests:**

- Add Catalan translation [\#5](https://github.com/OpenVoiceOS/skill-ovos-wallpapers/pull/5) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- fix:allow workshop 3.0.0 [\#9](https://github.com/OpenVoiceOS/skill-ovos-wallpapers/pull/9) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
wallpaper_finder>=0.1.1
ovos-utils>=0.0.38,<1.0.0
ovos-workshop>=0.0.15,<2.0.0
ovos-workshop>=0.0.15,<3.0.0
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 3
VERSION_BUILD = 3
VERSION_ALPHA = 0
VERSION_BUILD = 4
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit d663c5f

Please sign in to comment.