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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.1"
".": "0.5.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.2](https://github.com/eoleedi/syllabify/compare/v0.5.1...v0.5.2) (2026-07-06)


### Documentation

* update the example to match the new behavior ([057f190](https://github.com/eoleedi/syllabify/commit/057f190664ea4ec165924556f9e18c4c3caeda6b))

## [0.5.1](https://github.com/eoleedi/syllabify/compare/v0.5.0...v0.5.1) (2026-06-16)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "syllabify"
version = "0.5.1"
version = "0.5.2"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update uv.lock with the release version

After bumping [project].version to 0.5.2, the tracked uv.lock still records the local syllabify package as version = "0.5.1" at uv.lock:211-214. Because this repo enables the uv-lock pre-commit hook in .pre-commit-config.yaml:10-13, a release checkout that runs the standard hooks or an up-to-date lock check will rewrite/fail on the lockfile instead of staying clean; please regenerate and commit uv.lock with this version bump.

Useful? React with 👍 / 👎.

description = "Automatically convert plain text into phonemes (US English pronunciation) and syllabify"
authors = [
{ name = "Fong-Chun Tsai", email = "eoleedimin@gmail.com" },
Expand Down