Skip to content

Releases: NeonGeckoCom/skill-personal

0.3.1a3

15 Jun 21:56
Compare
Choose a tag to compare
0.3.1a3 Pre-release
Pre-release

What's Changed

  • Deprecate create_skill method and __init__ for best practices by @NeonDaniel in #41

Full Changelog: 0.3.1a2...0.3.1a3

0.3.1a2

14 Jun 19:09
Compare
Choose a tag to compare
0.3.1a2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.3.0...0.3.1a2

0.3.0

03 Apr 22:43
680bbd6
Compare
Choose a tag to compare
Increment version to 0.3.0 (#37)

0.2.0

02 Mar 23:16
1826964
Compare
Choose a tag to compare
Increment version to 0.2.0 (#32)

0.1.0

17 Jan 02:25
8ca675c
Compare
Choose a tag to compare
Merge pull request #23 from NeonGeckoCom/dev

* Refactor to Adapt Intents with Common Query  (#22)

* Refactor intents to Adapt
Refactor skill to extend CommonQuerySkill and add CQS handler

* Add tests for CQS handler

* Fix test case to account for updated intent parsing

* Increment Version

* Add GH action to update neon_skills repository (#24)

* Increment Version

Co-authored-by: Daniel McKnight <[email protected]>
Co-authored-by: NeonDaniel <[email protected]>

0.0.2

26 Oct 20:00
b64c368
Compare
Choose a tag to compare
v0.0.2

Handle leading/trailing words in "how are you", Update docs

0.0.1

20 Aug 00:10
ff6131d
Compare
Choose a tag to compare
v0.0.1

Python Packaging, Intent Fixes