Skip to content

Commit

Permalink
Merge pull request #53 from OpenVoiceOS/release-0.1.10a1
Browse files Browse the repository at this point in the history
Release 0.1.10a1
  • Loading branch information
JarbasAl authored Nov 23, 2024
2 parents 39d0f2c + 9a0cf8f commit 9e3e6cd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 22 deletions.
23 changes: 3 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,12 @@
# Changelog

## [0.1.8a2](https://github.com/OpenVoiceOS/ovos-skill-ddg/tree/0.1.8a2) (2024-11-19)
## [0.1.10a1](https://github.com/OpenVoiceOS/ovos-skill-ddg/tree/0.1.10a1) (2024-11-23)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-ddg/compare/0.1.8a2...0.1.8a2)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-ddg/compare/0.1.9...0.1.10a1)

**Merged pull requests:**

- fix:allow workshop 3.0.0 [\#51](https://github.com/OpenVoiceOS/ovos-skill-ddg/pull/51) ([JarbasAl](https://github.com/JarbasAl))
- added italian [\#48](https://github.com/OpenVoiceOS/ovos-skill-ddg/pull/48) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))

## [0.1.8a2](https://github.com/OpenVoiceOS/ovos-skill-ddg/tree/0.1.8a2) (2024-11-17)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-ddg/compare/0.1.8a1...0.1.8a2)

**Merged pull requests:**

- added italian [\#47](https://github.com/OpenVoiceOS/ovos-skill-ddg/pull/47) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))

## [0.1.8a1](https://github.com/OpenVoiceOS/ovos-skill-ddg/tree/0.1.8a1) (2024-11-17)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-ddg/compare/0.1.7...0.1.8a1)

**Merged pull requests:**

- added italian [\#49](https://github.com/OpenVoiceOS/ovos-skill-ddg/pull/49) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- Add Catalan translation [\#52](https://github.com/OpenVoiceOS/ovos-skill-ddg/pull/52) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))



Expand Down
16 changes: 16 additions & 0 deletions locale/ca-es/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"skill_id": "skill-ovos-ddg.openvoiceos",
"source": "https://github.com/OpenVoiceOS/skill-ovos-ddg",
"name": "DuckDuckGo",
"description": "Usa DuckDuckGo per a respondre preguntes.",
"examples": [
"Quan va néixer Stephen Hawking?",
"Pregunta a l'ànec sobre el big bang",
"Qui és Elon Musk"
],
"tags": [
"duckduckgo",
"consulta",
"motor de cerca"
]
}
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 = 1
VERSION_BUILD = 9
VERSION_ALPHA = 0
VERSION_BUILD = 10
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit 9e3e6cd

Please sign in to comment.