Skip to content

Commit

Permalink
0.1.0 alpha 1 (#204)
Browse files Browse the repository at this point in the history
rebase 0.0.38
  • Loading branch information
JarbasAl committed Dec 29, 2023
1 parent 184c8cf commit b72fc67
Show file tree
Hide file tree
Showing 80 changed files with 208 additions and 10,705 deletions.
1 change: 0 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
python -m pip install build wheel
- name: Install repo
run: |
pip install -r requirements/test.txt
pip install -e .[extras]
- name: Generate coverage report
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
python -m pip install build wheel
- name: Install core repo
run: |
pip install -r requirements/test.txt
pip install -e .[extras]
- name: Install test dependencies
run: |
Expand Down
37 changes: 4 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,12 @@
# Changelog

## [V0.0.37a4](https://github.com/OpenVoiceOS/ovos-utils/tree/V0.0.37a4) (2023-12-28)
## [0.1.0a2](https://github.com/OpenVoiceOS/ovos-utils/tree/0.1.0a2) (2023-12-29)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-utils/compare/V0.0.37a3...V0.0.37a4)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-utils/compare/V0.0.37...0.1.0a2)

**Merged pull requests:**
**Breaking changes:**

- deprecate bus utils [\#207](https://github.com/OpenVoiceOS/ovos-utils/pull/207) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.37a3](https://github.com/OpenVoiceOS/ovos-utils/tree/V0.0.37a3) (2023-12-28)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-utils/compare/V0.0.37a2...V0.0.37a3)

**Closed issues:**

- decouple concerns from bus/workshop [\#205](https://github.com/OpenVoiceOS/ovos-utils/issues/205)
- ROADMAP - ovos-utils 0.1.0 [\#117](https://github.com/OpenVoiceOS/ovos-utils/issues/117)

**Merged pull requests:**

- LAST ALPHA [\#206](https://github.com/OpenVoiceOS/ovos-utils/pull/206) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.37a2](https://github.com/OpenVoiceOS/ovos-utils/tree/V0.0.37a2) (2023-12-18)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-utils/compare/V0.0.37a1...V0.0.37a2)

**Fixed bugs:**

- update imports for py 3.10 compat [\#202](https://github.com/OpenVoiceOS/ovos-utils/pull/202) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.37a1](https://github.com/OpenVoiceOS/ovos-utils/tree/V0.0.37a1) (2023-11-08)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-utils/compare/V0.0.36...V0.0.37a1)

**Fixed bugs:**

- elevate sound media role [\#201](https://github.com/OpenVoiceOS/ovos-utils/pull/201) ([emphasize](https://github.com/emphasize))
- 0.1.0 alpha 1 [\#204](https://github.com/OpenVoiceOS/ovos-utils/pull/204) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
26 changes: 0 additions & 26 deletions examples/change_wakeword.py

This file was deleted.

10 changes: 0 additions & 10 deletions examples/core_status.py

This file was deleted.

29 changes: 0 additions & 29 deletions examples/count_utterances.py

This file was deleted.

83 changes: 0 additions & 83 deletions examples/fuzzywuzzy_intent_engine.py

This file was deleted.

48 changes: 0 additions & 48 deletions examples/gui_tracking.py

This file was deleted.

32 changes: 0 additions & 32 deletions examples/intent_api.py

This file was deleted.

29 changes: 0 additions & 29 deletions examples/live_translate_satellite.py

This file was deleted.

18 changes: 0 additions & 18 deletions examples/location.py

This file was deleted.

33 changes: 0 additions & 33 deletions examples/mark1_animations.py

This file was deleted.

14 changes: 0 additions & 14 deletions examples/mark1_game_of_life.py

This file was deleted.

Loading

0 comments on commit b72fc67

Please sign in to comment.