Skip to content

Commit

Permalink
Merge pull request #606 from OpenVoiceOS/release-0.2.14a1
Browse files Browse the repository at this point in the history
Release 0.2.14a1
  • Loading branch information
JarbasAl authored Nov 19, 2024
2 parents 519bac4 + a899817 commit d7cc492
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
python setup.py bdist_wheel
- name: Install package
run: |
pip install .[mycroft,lgpl,plugins,skills-essential,skills-audio,skills-gui,skills-internet,skills-media,skills-desktop]
pip install .[mycroft,lgpl,plugins,skills-essential,skills-extra,skills-audio,skills-gui,skills-internet,skills-media,skills-desktop]
14 changes: 3 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# Changelog

## [0.2.13a1](https://github.com/OpenVoiceOS/ovos-core/tree/0.2.13a1) (2024-11-19)
## [0.2.14a1](https://github.com/OpenVoiceOS/ovos-core/tree/0.2.14a1) (2024-11-19)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/0.2.12a1...0.2.13a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/0.2.13...0.2.14a1)

**Merged pull requests:**

- deprecate!:backend client [\#604](https://github.com/OpenVoiceOS/ovos-core/pull/604) ([JarbasAl](https://github.com/JarbasAl))

## [0.2.12a1](https://github.com/OpenVoiceOS/ovos-core/tree/0.2.12a1) (2024-11-18)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/0.2.11...0.2.12a1)

**Merged pull requests:**

- Update ovos-skill-homescreen requirement from \<3.0.0,\>=1.0.4 to \>=1.0.4,\<4.0.0 in /requirements [\#602](https://github.com/OpenVoiceOS/ovos-core/pull/602) ([dependabot[bot]](https://github.com/apps/dependabot))
- requirements:skills list [\#599](https://github.com/OpenVoiceOS/ovos-core/pull/599) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
4 changes: 2 additions & 2 deletions ovos_core/version.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 2
VERSION_BUILD = 13
VERSION_ALPHA = 0
VERSION_BUILD = 14
VERSION_ALPHA = 1
# END_VERSION_BLOCK

# for compat with old imports
Expand Down
2 changes: 2 additions & 0 deletions requirements/skills-desktop.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# skills that require a linux desktop environment
ovos-skill-application-launcher>=0.5.6,<1.0.0
ovos-skill-wallpapers>=1.0.2,<3.0.0
ovos-skill-screenshot>=0.0.2,<1.0.0
2 changes: 0 additions & 2 deletions requirements/skills-essential.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ ovos-skill-alerts>=0.1.10,<1.0.0
ovos-skill-personal>=0.1.7,<1.0.0
ovos-skill-date-time>=0.4.2,<1.0.0
ovos-skill-hello-world>=0.1.10,<1.0.0
skill-wordnet>=0.0.10,<1.0.0
#skill-randomness>=0.0.1,<1.0.0
ovos-skill-spelling>=0.2.5,<1.0.0
8 changes: 8 additions & 0 deletions requirements/skills-extra.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# skills providing non essential functionality
skill-wordnet>=0.0.10,<1.0.0
#ovos-skill-randomness>=0.1.1,<1.0.0
ovos-skill-days-in-history>=0.3.6,<1.0.0
ovos-skill-laugh>=0.1.1,<1.0.0
ovos-skill-number-facts>=0.1.4,<1.0.0
ovos-skill-iss-location>=0.2.2,<1.0.0
ovos-skill-cmd>=0.2.5,<1.0.0
4 changes: 3 additions & 1 deletion requirements/skills-gui.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
ovos-skill-homescreen>=3.0.2,<4.0.0
ovos-skill-homescreen>=3.0.2,<4.0.0
ovos-skill-screenshot>=0.0.2,<1.0.0
ovos-skill-color-picker>=0.0.2,<1.0.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def required(requirements_file):
'deprecated': required('requirements/extra-deprecated.txt'),
'plugins': required('requirements/plugins.txt'),
'skills-essential': required('requirements/skills-essential.txt'),
'skills-extra': required('requirements/skills-extra.txt'),
'skills-audio': required('requirements/skills-audio.txt'),
'skills-desktop': required('requirements/skills-desktop.txt'),
'skills-internet': required('requirements/skills-internet.txt'),
Expand Down

0 comments on commit d7cc492

Please sign in to comment.