Skip to content
Merged
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
5 changes: 4 additions & 1 deletion .github/workflows/skill_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ jobs:
# TODO: Padacioso handling extra words with high-conf.
test_padacioso: false
test_padatious: true
skill_entrypoint: "skill-date_time.neongeckocom"
skill_resource_tests:
uses: neongeckocom/.github/.github/workflows/skill_test_resources.yml@master
with:
skill_entrypoint: "skill-date_time.neongeckocom"
skill_install_tests:
uses: neongeckocom/.github/.github/workflows/skill_test_installation.yml@master
with:
test_osm: false
test_osm: false
26 changes: 15 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,36 @@
# Changelog

## [1.1.1a3](https://github.com/NeonGeckoCom/skill-date_time/tree/1.1.1a3) (2025-03-11)
## [1.1.2a4](https://github.com/NeonGeckoCom/skill-date_time/tree/1.1.2a4) (2026-07-07)

[Full Changelog](https://github.com/NeonGeckoCom/skill-date_time/compare/1.1.1a2...1.1.1a3)
[Full Changelog](https://github.com/NeonGeckoCom/skill-date_time/compare/1.1.2a3...1.1.2a4)

**Fixed bugs:**
**Merged pull requests:**

- Update test dependency to stable spec [\#86](https://github.com/NeonGeckoCom/skill-date_time/pull/86) ([NeonDaniel](https://github.com/NeonDaniel))

## [1.1.2a3](https://github.com/NeonGeckoCom/skill-date_time/tree/1.1.2a3) (2025-08-25)

- Timezone Errors in Unit Tests [\#12](https://github.com/NeonGeckoCom/skill-date_time/issues/12)
[Full Changelog](https://github.com/NeonGeckoCom/skill-date_time/compare/1.1.2a2...1.1.2a3)

**Merged pull requests:**

- Update automation, gitignore, and license notices [\#78](https://github.com/NeonGeckoCom/skill-date_time/pull/78) ([NeonDaniel](https://github.com/NeonDaniel))
- Refactor package name for consistency with other skills and plugins [\#85](https://github.com/NeonGeckoCom/skill-date_time/pull/85) ([NeonDaniel](https://github.com/NeonDaniel))

## [1.1.1a2](https://github.com/NeonGeckoCom/skill-date_time/tree/1.1.1a2) (2024-09-13)
## [1.1.2a2](https://github.com/NeonGeckoCom/skill-date_time/tree/1.1.2a2) (2025-08-25)

[Full Changelog](https://github.com/NeonGeckoCom/skill-date_time/compare/1.1.1a1...1.1.1a2)
[Full Changelog](https://github.com/NeonGeckoCom/skill-date_time/compare/1.1.2a1...1.1.2a2)

**Merged pull requests:**

- Update OVOS dependencies to allow 0.x versions [\#77](https://github.com/NeonGeckoCom/skill-date_time/pull/77) ([NeonDaniel](https://github.com/NeonDaniel))
- Refactor Skill API endpoints [\#84](https://github.com/NeonGeckoCom/skill-date_time/pull/84) ([NeonDaniel](https://github.com/NeonDaniel))

## [1.1.1a1](https://github.com/NeonGeckoCom/skill-date_time/tree/1.1.1a1) (2024-04-22)
## [1.1.2a1](https://github.com/NeonGeckoCom/skill-date_time/tree/1.1.2a1) (2025-08-20)

[Full Changelog](https://github.com/NeonGeckoCom/skill-date_time/compare/1.1.0...1.1.1a1)
[Full Changelog](https://github.com/NeonGeckoCom/skill-date_time/compare/1.1.1...1.1.2a1)

**Merged pull requests:**

- Update Ukrainian resources [\#76](https://github.com/NeonGeckoCom/skill-date_time/pull/76) ([NeonDmitry](https://github.com/NeonDmitry))
- Refactor into a structure that supports editable installation [\#83](https://github.com/NeonGeckoCom/skill-date_time/pull/83) ([NeonDaniel](https://github.com/NeonDaniel))



Expand Down
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

Loading
Loading