Skip to content

Commit

Permalink
Merge pull request #57 from OpenVoiceOS/release-0.1.12a1
Browse files Browse the repository at this point in the history
Release 0.1.12a1
  • Loading branch information
JarbasAl authored Nov 30, 2024
2 parents 0280d97 + d87edea commit 6275470
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [0.1.11a1](https://github.com/OpenVoiceOS/ovos-skill-ddg/tree/0.1.11a1) (2024-11-25)
## [0.1.12a1](https://github.com/OpenVoiceOS/ovos-skill-ddg/tree/0.1.12a1) (2024-11-30)

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

**Merged pull requests:**

- da-dk/translate [\#54](https://github.com/OpenVoiceOS/ovos-skill-ddg/pull/54) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- de-de/translate [\#56](https://github.com/OpenVoiceOS/ovos-skill-ddg/pull/56) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))



Expand Down
16 changes: 16 additions & 0 deletions locale/de-de/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": "Verwende DuckDuckGo, um Fragen zu beantworten.",
"examples": [
"wann wurde Stephen Hawking geboren",
"Frag die Ente nach dem Urknall",
"Wer ist Elon Musk?"
],
"tags": [
"duckduckgo",
"Abfrage\nSuche",
"Suchmaschine"
]
}
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 = 11
VERSION_ALPHA = 0
VERSION_BUILD = 12
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit 6275470

Please sign in to comment.