From b59a6f8cd947c71c2d0085671ed5f5f2d1ff6c83 Mon Sep 17 00:00:00 2001 From: NeonDaniel Date: Tue, 9 Jul 2024 21:29:49 +0000 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6562b37 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + +## [0.1.1a4](https://github.com/NeonGeckoCom/skill-communication/tree/0.1.1a4) (2024-05-10) + +[Full Changelog](https://github.com/NeonGeckoCom/skill-communication/compare/0.1.1a3...0.1.1a4) + +**Merged pull requests:** + +- Remove `mycroft` imports [\#39](https://github.com/NeonGeckoCom/skill-communication/pull/39) ([NeonDaniel](https://github.com/NeonDaniel)) + +## [0.1.1a3](https://github.com/NeonGeckoCom/skill-communication/tree/0.1.1a3) (2024-02-01) + +[Full Changelog](https://github.com/NeonGeckoCom/skill-communication/compare/0.1.1a2...0.1.1a3) + +**Merged pull requests:** + +- Support ovos-utils 0.1 [\#38](https://github.com/NeonGeckoCom/skill-communication/pull/38) ([NeonDaniel](https://github.com/NeonDaniel)) + +## [0.1.1a2](https://github.com/NeonGeckoCom/skill-communication/tree/0.1.1a2) (2023-06-15) + +[Full Changelog](https://github.com/NeonGeckoCom/skill-communication/compare/0.1.0...0.1.1a2) + +**Merged pull requests:** + +- Update automation to current best practices [\#37](https://github.com/NeonGeckoCom/skill-communication/pull/37) ([NeonDaniel](https://github.com/NeonDaniel)) +- Deprecate `create_skill` method and update `__init__` for best practices [\#35](https://github.com/NeonGeckoCom/skill-communication/pull/35) ([NeonDaniel](https://github.com/NeonDaniel)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*