From 51344c35294753802ef20606083f2bce6cc47a8e Mon Sep 17 00:00:00 2001 From: Alex-Wengg Date: Mon, 27 Apr 2026 01:21:23 -0400 Subject: [PATCH] chore(release): v0.2.2 - feat: unified NormalizeOptions API + fix #23 compound concat (#24) - fix: split trailing punctuation in sentence mode (#21) (#25) - fix: add disable_bare_second flag (#22) + restore TN abbreviation matching (#26) - fix(ci): pass --features to cargo via -- separator in wasm-pack (#27) --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0bffbb8..23fbaac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -429,7 +429,7 @@ dependencies = [ [[package]] name = "text-processing-rs" -version = "0.2.1" +version = "0.2.2" dependencies = [ "console_error_panic_hook", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 9764cfb..1be64ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "text-processing-rs" -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "Apache-2.0" description = "Inverse Text Normalization (ITN) — convert spoken-form ASR output to written form" diff --git a/package.json b/package.json index d056121..33186a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fluidinference/text-processing-rs", - "version": "0.2.1", + "version": "0.2.2", "description": "Inverse Text Normalization (ITN) — convert spoken-form ASR output to written form", "type": "module", "main": "pkg-web/text_processing_rs.js",