We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b812ad commit 60b0af0Copy full SHA for 60b0af0
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.3.0 (2025-06-24)
15
+
16
+### Feat
17
18
+- module renaming (#8)
19
20
## v0.2.2 (2025-06-24)
21
22
### Fix
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "epa_syllabifier"
7
-version = "0.2.2"
+version = "0.3.0"
8
description = "Automatic syllabification module for Spanish words"
9
readme = "README.md"
10
requires-python = ">=3.8"
0 commit comments