Skip to content

Commit 6ebb3a9

Browse files
authored
Release 0.0.2a1 (#2)
* fix: compatibility with ovos-plugin-manager 1.X.X (#1) * Increment Version to 0.0.2a1 * Update Changelog --------- Co-authored-by: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Co-authored-by: JarbasAl <JarbasAl@users.noreply.github.com>
2 parents 6b86da9 + bf146d2 commit 6ebb3a9

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## [V0.0.0](https://github.com/OpenVoiceOS/ovos-solver-failure-plugin/tree/V0.0.0) (2023-03-25)
3+
## [0.0.2a1](https://github.com/OpenVoiceOS/ovos-solver-failure-plugin/tree/0.0.2a1) (2025-06-08)
44

5-
[Full Changelog](https://github.com/OpenVoiceOS/ovos-solver-failure-plugin/compare/2d45a565f98315cfb90745ab90a2437ffc7a127b...V0.0.0)
5+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-solver-failure-plugin/compare/0.0.1...0.0.2a1)
6+
7+
**Merged pull requests:**
8+
9+
- fix: compatibility with ovos-plugin-manager 1.X.X [\#1](https://github.com/OpenVoiceOS/ovos-solver-failure-plugin/pull/1) ([JarbasAl](https://github.com/JarbasAl))
610

711

812

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# The following lines are replaced during the release process.
21
# START_VERSION_BLOCK
32
VERSION_MAJOR = 0
43
VERSION_MINOR = 0
5-
VERSION_BUILD = 1
6-
VERSION_ALPHA = 0
4+
VERSION_BUILD = 2
5+
VERSION_ALPHA = 1
76
# END_VERSION_BLOCK

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ovos-plugin-manager
1+
ovos-plugin-manager>=0.0.26,<2.0.0

0 commit comments

Comments
 (0)