Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Changelog

## [0.0.1a1](https://github.com/OpenVoiceOS/ovos-solver-plugin-aiml/tree/0.0.1a1) (2025-06-08)
## [0.0.2a1](https://github.com/OpenVoiceOS/ovos-solver-plugin-aiml/tree/0.0.2a1) (2025-11-22)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-solver-plugin-aiml/compare/0.0.0...0.0.1a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-solver-plugin-aiml/compare/V0.0.1...0.0.2a1)

**Merged pull requests:**

- fix: compatibility with ovos-plugin-manager 1.X.X [\#1](https://github.com/OpenVoiceOS/ovos-solver-plugin-aiml/pull/1) ([JarbasAl](https://github.com/JarbasAl))
- Update requirements.txt [\#3](https://github.com/OpenVoiceOS/ovos-solver-plugin-aiml/pull/3) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.1](https://github.com/OpenVoiceOS/ovos-solver-plugin-aiml/tree/V0.0.1) (2025-06-08)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-solver-plugin-aiml/compare/0.0.1...V0.0.1)



Expand Down
4 changes: 2 additions & 2 deletions ovos_solver_aiml_plugin/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 0
VERSION_BUILD = 1
VERSION_ALPHA = 0
VERSION_BUILD = 2
VERSION_ALPHA = 1
# END_VERSION_BLOCK
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
aiml
ovos-plugin-manager>=0.0.26,<2.0.0
ovos-plugin-manager>=0.0.26,<3.0.0