Skip to content

Commit 32d85bc

Browse files
authored
Release 0.0.1a1 (#2)
* fix: compatibility with ovos-plugin-manager 1.X.X (#1) * Increment Version to 0.0.1a1 * Update Changelog --------- Co-authored-by: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Co-authored-by: JarbasAl <JarbasAl@users.noreply.github.com>
2 parents b57dd52 + 7d9500e commit 32d85bc

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-plugin-rivescript/tree/V0.0.0) (2023-03-25)
3+
## [0.0.1a1](https://github.com/OpenVoiceOS/ovos-solver-plugin-rivescript/tree/0.0.1a1) (2025-06-08)
44

5-
[Full Changelog](https://github.com/OpenVoiceOS/ovos-solver-plugin-rivescript/compare/60be13987c1a71a3f002ea4529c7d825c5aa08dc...V0.0.0)
5+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-solver-plugin-rivescript/compare/0.0.0...0.0.1a1)
6+
7+
**Merged pull requests:**
8+
9+
- fix: compatibility with ovos-plugin-manager 1.X.X [\#1](https://github.com/OpenVoiceOS/ovos-solver-plugin-rivescript/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 = 0
6-
VERSION_ALPHA = 0
4+
VERSION_BUILD = 1
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,2 +1,2 @@
11
rivescript
2-
ovos-plugin-manager
2+
ovos-plugin-manager>=0.0.26,<2.0.0

0 commit comments

Comments
 (0)