Bump versions to 0.12.1
All checks were successful
Check / build (push) Successful in 9m31s
Publish / build (push) Successful in 9m53s
Publish / publish-crate (push) Has been skipped
Publish / publish-npm (push) Has been skipped
Publish / publish-pypi (push) Successful in 6m53s

This commit is contained in:
Andras Schmelczer 2026-05-31 22:31:39 +01:00
parent fd3a374b0f
commit fcc856279c
9 changed files with 12 additions and 12 deletions

View file

@ -130,14 +130,14 @@ dependencies = [
[[package]]
name = "reconcile-text"
version = "0.12.0"
version = "0.12.1"
dependencies = [
"thiserror",
]
[[package]]
name = "reconcile-text-python"
version = "0.12.0"
version = "0.12.1"
dependencies = [
"pyo3",
"reconcile-text",

View file

@ -1,6 +1,6 @@
[package]
name = "reconcile-text-python"
version = "0.12.0"
version = "0.12.1"
edition = "2024"
rust-version = "1.94"
authors = ["Andras Schmelczer <andras@schmelczer.dev>"]

View file

@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "reconcile-text"
version = "0.12.0"
version = "0.12.1"
description = "Intelligent 3-way text merging with automated conflict resolution"
readme = "README.md"
license = { text = "MIT" }

View file

@ -168,7 +168,7 @@ wheels = [
[[package]]
name = "reconcile-text"
version = "0.12.0"
version = "0.12.1"
source = { editable = "." }
[package.dev-dependencies]