Skip to content

Commit

Permalink
Merge pull request #29 from OpenVoiceOS/release-0.2.7a1
Browse files Browse the repository at this point in the history
Release 0.2.7a1
  • Loading branch information
JarbasAl authored Nov 27, 2024
2 parents 2121f1a + d4de372 commit f0b5c48
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Changelog

## [0.2.6a1](https://github.com/OpenVoiceOS/ovos-skill-iss-location/tree/0.2.6a1) (2024-11-25)
## [0.2.7a1](https://github.com/OpenVoiceOS/ovos-skill-iss-location/tree/0.2.7a1) (2024-11-27)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-iss-location/compare/V0.2.5...0.2.6a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-iss-location/compare/V0.2.6...0.2.7a1)

**Merged pull requests:**

- da-dk/translate [\#26](https://github.com/OpenVoiceOS/ovos-skill-iss-location/pull/26) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- Add Catalan strings [\#28](https://github.com/OpenVoiceOS/ovos-skill-iss-location/pull/28) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))

## [V0.2.5](https://github.com/OpenVoiceOS/ovos-skill-iss-location/tree/V0.2.5) (2024-11-19)
## [V0.2.6](https://github.com/OpenVoiceOS/ovos-skill-iss-location/tree/V0.2.6) (2024-11-25)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-iss-location/compare/0.2.5...V0.2.5)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-iss-location/compare/0.2.6...V0.2.6)



Expand Down
17 changes: 17 additions & 0 deletions locale/ca-es/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"skill_id": "ovos-skill-iss-location.openvoiceos",
"source": "https://github.com/OpenVoiceOS/ovos-skill-iss-location",
"name": "Seguiment de l'estació espacial internacional (ISS Tracker)",
"description": "Seguiment de la ubicació de l'EEI",
"examples": [
"On és l'EEI",
"Qui hi ha a bord de l'estació espacial?",
"Quan passa l'EEI per sobre?",
"Parla'm de l'EEI",
"Quantes persones hi ha a bord de l'estació espacial?"
],
"tags": [
"preguntes",
"espai"
]
}
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 2
VERSION_BUILD = 6
VERSION_ALPHA = 0
VERSION_BUILD = 7
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit f0b5c48

Please sign in to comment.