We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8be970 commit b676569Copy full SHA for b676569
CHANGELOG.md
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
- Basic syllabification functionality
12
- Test suite with pytest
13
- Project configuration with pyproject.toml
14
+## v0.2.2 (2025-06-24)
15
+
16
+### Fix
17
18
+- workflows fix
19
20
## v0.2.1 (2025-06-24)
21
22
### Fix
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "epa_syllabicate"
7
-version = "0.2.1"
+version = "0.2.2"
8
description = "Automatic syllabification module for Spanish words"
9
readme = "README.md"
10
requires-python = ">=3.8"
0 commit comments