diff --git a/CHANGELOG.md b/CHANGELOG.md index 862d279..a21d576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,56 +1,12 @@ # Changelog -## [0.0.2a10](https://github.com/OpenVoiceOS/ovos-translate-server/tree/0.0.2a10) (2025-01-16) +## [0.0.3a1](https://github.com/OpenVoiceOS/ovos-translate-server/tree/0.0.3a1) (2025-12-18) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-translate-server/compare/V0.0.2a9...0.0.2a10) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-translate-server/compare/0.0.2...0.0.3a1) **Merged pull requests:** -- fix: semver [\#4](https://github.com/OpenVoiceOS/ovos-translate-server/pull/4) ([JarbasAl](https://github.com/JarbasAl)) - -## [V0.0.2a9](https://github.com/OpenVoiceOS/ovos-translate-server/tree/V0.0.2a9) (2024-04-05) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-translate-server/compare/V0.0.2a8...V0.0.2a9) - -## [V0.0.2a8](https://github.com/OpenVoiceOS/ovos-translate-server/tree/V0.0.2a8) (2024-02-23) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-translate-server/compare/V0.0.2a7...V0.0.2a8) - -**Implemented enhancements:** - -- feat: ovos-lang-detector-classics-plugin [\#3](https://github.com/OpenVoiceOS/ovos-translate-server/pull/3) ([JarbasAl](https://github.com/JarbasAl)) - -## [V0.0.2a7](https://github.com/OpenVoiceOS/ovos-translate-server/tree/V0.0.2a7) (2023-10-14) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-translate-server/compare/V0.0.2a6...V0.0.2a7) - -**Merged pull requests:** - -- LOG.set\_level\("ERROR"\) [\#2](https://github.com/OpenVoiceOS/ovos-translate-server/pull/2) ([JarbasAl](https://github.com/JarbasAl)) - -## [V0.0.2a6](https://github.com/OpenVoiceOS/ovos-translate-server/tree/V0.0.2a6) (2023-08-22) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-translate-server/compare/V0.0.2a5...V0.0.2a6) - -## [V0.0.2a5](https://github.com/OpenVoiceOS/ovos-translate-server/tree/V0.0.2a5) (2023-08-22) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-translate-server/compare/V0.0.2a4...V0.0.2a5) - -## [V0.0.2a4](https://github.com/OpenVoiceOS/ovos-translate-server/tree/V0.0.2a4) (2023-08-22) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-translate-server/compare/V0.0.2a3...V0.0.2a4) - -**Fixed bugs:** - -- default to lingua-podre plugin for lang detection [\#1](https://github.com/OpenVoiceOS/ovos-translate-server/pull/1) ([JarbasAl](https://github.com/JarbasAl)) - -## [V0.0.2a3](https://github.com/OpenVoiceOS/ovos-translate-server/tree/V0.0.2a3) (2023-08-21) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-translate-server/compare/V0.0.2a2...V0.0.2a3) - -## [V0.0.2a2](https://github.com/OpenVoiceOS/ovos-translate-server/tree/V0.0.2a2) (2023-08-21) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-translate-server/compare/359a9ca0ca1b9e5b26fb90f7f8f49d15dd909dfb...V0.0.2a2) +- chore: Configure Renovate [\#8](https://github.com/OpenVoiceOS/ovos-translate-server/pull/8) ([renovate[bot]](https://github.com/apps/renovate)) diff --git a/ovos_translate_server/version.py b/ovos_translate_server/version.py index 03ebedf..874672d 100644 --- a/ovos_translate_server/version.py +++ b/ovos_translate_server/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 0 -VERSION_BUILD = 2 -VERSION_ALPHA = 0 +VERSION_BUILD = 3 +VERSION_ALPHA = 1 # END_VERSION_BLOCK diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +}