Skip to content

Releases: prosegrinder/python-syllables

v1.0.9

22 Oct 12:28
Compare
Choose a tag to compare

v1.0.9 (2023-10-22)

Fix

  • deps: bump importlib-metadata from 5.2.0 to 6.7.0

[main 313dee2] bump: 1.0.8 → 1.0.9
2 files changed, 8 insertions(+), 2 deletions(-)

v1.0.8

15 Oct 12:32
Compare
Choose a tag to compare

v1.0.8 (2023-10-15)

Fix

  • deps: bump cmudict from 1.0.13 to 1.0.15

[main 0540f87] bump: 1.0.7 → 1.0.8
2 files changed, 8 insertions(+), 2 deletions(-)

v1.0.7

18 Feb 17:06
Compare
Choose a tag to compare

v1.0.7 (2023-02-18)

Fix

  • removed case sensitivity (#29)
  • inherit all secrets

[main d797a32] bump: 1.0.6 → 1.0.7
2 files changed, 9 insertions(+), 2 deletions(-)

v1.0.6

18 Dec 00:29
Compare
Choose a tag to compare

v1.0.6 (2022-12-18)

Fix

  • ci needs (#19)
  • needs ci -> needs test
  • publish to pypi workflow (#18)
  • removed composite ci workflow
  • removed composite ci workflow
  • publish-workflow-tags (#17)
  • reset to v1.0.5
  • publish-workflow (#16)
  • reverted to version 1.0.5
  • reset changelog to 1.0.5
  • removed concurrency
  • don't run on bump and removed needs
  • merge pull request #14 from prosegrinder/fix/relase-publish-workflows
  • republishing 1.0.6
  • added token for ci
  • removed skipping ci
  • reverted to 1.0.5
  • pass version bump token
  • incremental changelog by default
  • removed incremental changelog and for bump

[main 6fc05ce] bump: 1.0.5 → 1.0.6
2 files changed, 27 insertions(+), 2 deletions(-)

v1.0.5

13 Dec 23:38
Compare
Choose a tag to compare

1.0.5 (2022-12-13)

Bug Fixes

  • cmudict: updated dependencies for broken cmudict (49001de)

v1.0.4

11 Dec 16:49
0e93fa5
Compare
Choose a tag to compare

1.0.4 (2022-12-11)

v1.0.3

25 Aug 11:18
Compare
Choose a tag to compare

Added

GitHub Actions

  • test pypi publishing on tag
  • build check with twine during CI

v1.0.2

24 Aug 01:27
Compare
Choose a tag to compare

Changed

  • use black
  • use pylint
  • retire Codacy
  • use current packaging practices
    • added pyproject.toml
    • moved static settings to setup.cfg
  • fixed broken build :(
  • trashed v1.0.1

What Happened to V1.0.1

The tag is still here, the code functioned as expected, but the build broke due to a comedy of amateurish errors on my part. I deleted it forever. Let's never talk of it again, okay?

1.0.0

08 Aug 18:12
1e90af7
Compare
Choose a tag to compare
  • renamed default branch to main
  • removed 3.5 support
  • added 3.9 support
  • marked as 1.0 because it's been long enough

v0.1.0

26 Nov 03:51
c7a3a42
Compare
Choose a tag to compare

Initial Release