Skip to content

Releases: WeblateOrg/unicode-segmentation-rs

v0.2.1

15 Dec 10:01
v0.2.1

Choose a tag to compare

What's Changed

  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.7 by @renovate[bot] in #28
  • chore(deps): update pre-commit hook zizmorcore/zizmor-pre-commit to v1.18.0 by @renovate[bot] in #29
  • chore(deps): update dependency astral-sh/uv to v0.9.14 by @renovate[bot] in #30
  • chore(deps): update actions/checkout action to v6.0.1 by @renovate[bot] in #31
  • chore(deps): update dependency astral-sh/uv to v0.9.15 by @renovate[bot] in #32
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.8 by @renovate[bot] in #33
  • chore(deps): update dependency astral-sh/uv to v0.9.16 by @renovate[bot] in #34
  • chore(deps): update dependency pytest to v9.0.2 by @renovate[bot] in #35
  • chore(deps): update astral-sh/setup-uv action to v7.1.5 by @renovate[bot] in #36
  • chore(deps): update dependency astral-sh/uv to v0.9.17 by @renovate[bot] in #37
  • chore(deps): update pre-commit hook igorshubovych/markdownlint-cli to v0.47.0 by @renovate[bot] in #38
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.9 by @renovate[bot] in #39
  • chore(deps): update actions/cache action to v5 by @renovate[bot] in #40
  • chore(deps): update actions/cache action to v5.0.1 by @renovate[bot] in #41
  • chore(deps): update github artifact actions (major) by @renovate[bot] in #42
  • chore(deps): update astral-sh/setup-uv action to v7.1.6 by @renovate[bot] in #43
  • fix(gettext-wrap): gracefully handle backslash only chunks by @nijel in #44
  • chore: version bump to 0.2.1 by @nijel in #45

Full Changelog: v0.2.0...v0.2.1

v0.2.0

28 Nov 15:21
v0.2.0

Choose a tag to compare

What's Changed

  • feat: add type annotations by @nijel in #18
  • chore(pre-commit): use native gitleaks instead of docker by @nijel in #20
  • feat(ci): run testsuite by @nijel in #19
  • chore(deps): update actions/setup-python action to v6.1.0 by @renovate[bot] in #22
  • feat(ci): give package jobs better names by @nijel in #23
  • chore(deps): update astral-sh/setup-uv action to v7.1.4 by @renovate[bot] in #21
  • feat: add gettext wrapping implementation by @nijel in #24
  • fix: corrected mergeable condition for gettext by @nijel in #25
  • fix: optimize chars matching by @nijel in #26
  • feat(gettext): split on escaped newlines by @nijel in #27

Full Changelog: v0.1.1...v0.2.0

v0.1.1

27 Nov 20:19
v0.1.1

Choose a tag to compare

What's Changed

  • feat: publish release at GitHub by @nijel in #16
  • fix: clarify documentation examples by @nijel in #17

New Contributors

  • @nijel made their first contribution in #16

Full Changelog: v0.1.0...v0.1.1