Skip to content

Commit

Permalink
Merge pull request #17 from OpenVoiceOS/release-1.0.1a1
Browse files Browse the repository at this point in the history
Release 1.0.1a1
  • Loading branch information
JarbasAl authored Oct 18, 2024
2 parents 0caec2e + b49f95d commit 6da5952
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [1.0.0a1](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/tree/1.0.0a1) (2024-10-16)
## [1.0.1a1](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/tree/1.0.1a1) (2024-10-18)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/compare/0.1.3...1.0.0a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/compare/1.0.0...1.0.1a1)

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

- feat:pipeline plugin factory [\#14](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/pull/14) ([JarbasAl](https://github.com/JarbasAl))
- fix:method name [\#16](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/pull/16) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
2 changes: 1 addition & 1 deletion ocp_pipeline/opm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ def match_legacy(self, utterances: List[str], lang: str, message: Message = None
legacy base class at mycroft/skills/common_play_skill.py marked for removal in ovos-core 0.1.0
"""
return MycroftCPSLegacyPipeline(self.bus, self.config).match_high(utterances, lang, message)
return MycroftCPSLegacyPipeline(self.bus, self.config).match(utterances, lang, message)


class MycroftCPSLegacyPipeline(PipelineStageMatcher):
Expand Down
4 changes: 2 additions & 2 deletions ocp_pipeline/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_BUILD = 0
VERSION_ALPHA = 0
VERSION_BUILD = 1
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit 6da5952

Please sign in to comment.