Skip to content

Commit c79971b

Browse files
authored
Merge pull request #34 from OpenVoiceOS/release-0.2.9a1
Release 0.2.9a1
2 parents 71100fe + 229b56e commit c79971b

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# Changelog
22

3-
## [0.2.8a1](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/0.2.8a1) (2024-12-04)
3+
## [0.2.9a1](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/0.2.9a1) (2025-01-18)
44

5-
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/V0.2.7...0.2.8a1)
5+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/V0.2.8...0.2.9a1)
66

77
**Merged pull requests:**
88

9-
- de-de/translate [\#31](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/31) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
10-
- de-de/translate [\#26](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/26) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
9+
- pt-pt/translate [\#33](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/33) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
1110

12-
## [V0.2.7](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/V0.2.7) (2024-12-02)
11+
## [V0.2.8](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/V0.2.8) (2024-12-04)
1312

14-
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/0.2.7...V0.2.7)
13+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/0.2.8...V0.2.8)
1514

1615

1716

locale/pt-pt/running.dialog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a executar (comando|script) {alias}

locale/pt-pt/skill.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"examples": [
3+
"executar comando ___",
4+
"execute o script ___"
5+
]
6+
}

translations/pt-pt/dialogs.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"running.dialog": [
3+
"a executar (comando|script) {alias}"
4+
]
5+
}

version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# START_VERSION_BLOCK
22
VERSION_MAJOR = 0
33
VERSION_MINOR = 2
4-
VERSION_BUILD = 8
5-
VERSION_ALPHA = 0
4+
VERSION_BUILD = 9
5+
VERSION_ALPHA = 1
66
# END_VERSION_BLOCK

0 commit comments

Comments
 (0)