Skip to content

Commit 176a163

Browse files
authored
Merge branch 'dev' into feat/pipeline1-handler-trio
2 parents 0d185cf + f1e9f49 commit 176a163

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.2.4a1](https://github.com/OpenVoiceOS/ovos-core/tree/2.2.4a1) (2026-06-28)
4+
5+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/2.2.3a1...2.2.4a1)
6+
7+
**Merged pull requests:**
8+
9+
- fix: lift ovos-spec-tools upper bound \(spec-tools 1.x\) [\#790](https://github.com/OpenVoiceOS/ovos-core/pull/790) ([JarbasAl](https://github.com/JarbasAl))
10+
311
## [2.2.3a1](https://github.com/OpenVoiceOS/ovos-core/tree/2.2.3a1) (2026-06-27)
412

513
[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/2.2.2a1...2.2.3a1)

ovos_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# START_VERSION_BLOCK
22
VERSION_MAJOR = 2
33
VERSION_MINOR = 2
4-
VERSION_BUILD = 3
4+
VERSION_BUILD = 4
55
VERSION_ALPHA = 1
66
# END_VERSION_BLOCK
77

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"ovos-config>=0.0.13,<3.0.0",
2222
"ovos-workshop>=8.3.0a1,<10.0.0",
2323
"rapidfuzz>=3.6,<4.0",
24-
"ovos-spec-tools[langcodes]>=0.17.3a1,<1.0.0",
24+
"ovos-spec-tools[langcodes]>=0.17.3a1",
2525
]
2626

2727
[project.urls]

0 commit comments

Comments
 (0)