-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
736e674
commit 9d16cca
Showing
2 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Changelog | ||
|
||
## [Unreleased](https://github.com/OpenVoiceOS/skill-ovos-wolfie/tree/HEAD) | ||
|
||
[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-wolfie/compare/v0.1UPDATE_TEST...HEAD) | ||
|
||
**Implemented enhancements:** | ||
|
||
- feat/units\_from\_session [\#22](https://github.com/OpenVoiceOS/skill-ovos-wolfie/pull/22) ([JarbasAl](https://github.com/JarbasAl)) | ||
- refactor/adjust scores [\#21](https://github.com/OpenVoiceOS/skill-ovos-wolfie/pull/21) ([JarbasAl](https://github.com/JarbasAl)) | ||
- refactor/performance [\#19](https://github.com/OpenVoiceOS/skill-ovos-wolfie/pull/19) ([JarbasAl](https://github.com/JarbasAl)) | ||
- solver plugin included [\#15](https://github.com/OpenVoiceOS/skill-ovos-wolfie/pull/15) ([JarbasAl](https://github.com/JarbasAl)) | ||
- More tests [\#5](https://github.com/OpenVoiceOS/skill-ovos-wolfie/pull/5) ([NeonJarbas](https://github.com/NeonJarbas)) | ||
|
||
**Fixed bugs:** | ||
|
||
- requirements/latest\_stable [\#20](https://github.com/OpenVoiceOS/skill-ovos-wolfie/pull/20) ([JarbasAl](https://github.com/JarbasAl)) | ||
- fix: handle missing self.wolfie [\#14](https://github.com/OpenVoiceOS/skill-ovos-wolfie/pull/14) ([mikejgray](https://github.com/mikejgray)) | ||
|
||
**Closed issues:** | ||
|
||
- Is it the expected format for Wolfie to return information? [\#16](https://github.com/OpenVoiceOS/skill-ovos-wolfie/issues/16) | ||
- improve handling where NoneType may be returned [\#13](https://github.com/OpenVoiceOS/skill-ovos-wolfie/issues/13) | ||
- Rename of repo [\#7](https://github.com/OpenVoiceOS/skill-ovos-wolfie/issues/7) | ||
|
||
**Merged pull requests:** | ||
|
||
- update\_opm [\#26](https://github.com/OpenVoiceOS/skill-ovos-wolfie/pull/26) ([JarbasAl](https://github.com/JarbasAl)) | ||
- requirements/latest\_stable [\#17](https://github.com/OpenVoiceOS/skill-ovos-wolfie/pull/17) ([JarbasAl](https://github.com/JarbasAl)) | ||
- feat/runtime\_requirements [\#11](https://github.com/OpenVoiceOS/skill-ovos-wolfie/pull/11) ([JarbasAl](https://github.com/JarbasAl)) | ||
- automations [\#10](https://github.com/OpenVoiceOS/skill-ovos-wolfie/pull/10) ([JarbasAl](https://github.com/JarbasAl)) | ||
- setup.py template [\#9](https://github.com/OpenVoiceOS/skill-ovos-wolfie/pull/9) ([JarbasAl](https://github.com/JarbasAl)) | ||
- Feat/better common query [\#6](https://github.com/OpenVoiceOS/skill-ovos-wolfie/pull/6) ([NeonJarbas](https://github.com/NeonJarbas)) | ||
- refactor/neon\_solvers [\#4](https://github.com/OpenVoiceOS/skill-ovos-wolfie/pull/4) ([NeonJarbas](https://github.com/NeonJarbas)) | ||
|
||
## [v0.1UPDATE_TEST](https://github.com/OpenVoiceOS/skill-ovos-wolfie/tree/v0.1UPDATE_TEST) (2020-12-17) | ||
|
||
[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-wolfie/compare/v0.1...v0.1UPDATE_TEST) | ||
|
||
## [v0.1](https://github.com/OpenVoiceOS/skill-ovos-wolfie/tree/v0.1) (2020-12-17) | ||
|
||
[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-wolfie/compare/96a996caf6480c9a38d0c8ace843b86629d30446...v0.1) | ||
|
||
**Merged pull requests:** | ||
|
||
- Add ca-es resources [\#1](https://github.com/OpenVoiceOS/skill-ovos-wolfie/pull/1) ([jmontane](https://github.com/jmontane)) | ||
|
||
|
||
|
||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
VERSION_MAJOR = 0 | ||
VERSION_MINOR = 1 | ||
VERSION_BUILD = 0 | ||
VERSION_ALPHA = 1 | ||
VERSION_ALPHA = 0 | ||
# END_VERSION_BLOCK |