Skip to content

Commit b676569

Browse files
bump: version 0.2.1 → 0.2.2
1 parent a8be970 commit b676569

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- Basic syllabification functionality
1212
- Test suite with pytest
1313
- Project configuration with pyproject.toml
14+
## v0.2.2 (2025-06-24)
15+
16+
### Fix
17+
18+
- workflows fix
19+
1420
## v0.2.1 (2025-06-24)
1521

1622
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "epa_syllabicate"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = "Automatic syllabification module for Spanish words"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)