Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 3 additions & 47 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))



Expand Down
4 changes: 2 additions & 2 deletions ovos_translate_server/version.py
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}