From 97a89ebbb020d25c403f137424bd986014507a30 Mon Sep 17 00:00:00 2001 From: Nelson Spence Date: Sat, 4 Apr 2026 23:32:31 -0500 Subject: [PATCH] chore: bump version to 0.2.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/navi_sanitize/__init__.py | 2 +- uv.lock | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1ed094..2b9d043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. This changelog is automatically generated by [git-cliff](https://git-cliff.org/) from [conventional commits](https://www.conventionalcommits.org/). +## [0.2.1] - 2026-04-04 + +### Bug Fixes + +- Fix publish workflow: pass `--repo` to `gh release upload` in asset upload job +- Fix org reusable build workflow: `cyclonedx-bom` 4.7.0 does not exist, pin to 4.6.1 + ## [0.2.0] - 2026-04-04 ### Features diff --git a/pyproject.toml b/pyproject.toml index d499718..40408e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ packages = ["src/navi_sanitize"] [project] name = "navi-sanitize" -version = "0.2.0" +version = "0.2.1" description = "Input sanitization pipeline for untrusted text. Deterministic. No ML. Legitimate Unicode preserved." readme = "README.md" license = "MIT" diff --git a/src/navi_sanitize/__init__.py b/src/navi_sanitize/__init__.py index 3aeef2e..98fd253 100644 --- a/src/navi_sanitize/__init__.py +++ b/src/navi_sanitize/__init__.py @@ -13,7 +13,7 @@ Escaper = Callable[[str], str] -__version__ = "0.2.0" +__version__ = "0.2.1" __all__ = [ "Escaper", "clean", diff --git a/uv.lock b/uv.lock index 552136c..2b27552 100644 --- a/uv.lock +++ b/uv.lock @@ -166,7 +166,7 @@ wheels = [ [[package]] name = "navi-sanitize" -version = "0.2.0" +version = "0.2.1" source = { editable = "." } [package.dev-dependencies]