summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@puffer.fish>2025-09-12 10:45:29 +0200
committerMatthieu Pignolet <matthieu@puffer.fish>2025-09-12 10:45:29 +0200
commit1759b56140d25ae7564a5636f9448bd2840de5d1 (patch)
tree21ede3f545b8956b9c2459aeb7ec1accbafafb57
parentdbea3cbc2390fff4e021c598628994806e525962 (diff)
chore: bump version in order to publish to crates.io
-rw-r--r--0001-feat-version-bump.patch38
-rw-r--r--Cargo.toml4
2 files changed, 40 insertions, 2 deletions
diff --git a/0001-feat-version-bump.patch b/0001-feat-version-bump.patch
new file mode 100644
index 0000000..010f404
--- /dev/null
+++ b/0001-feat-version-bump.patch
@@ -0,0 +1,38 @@
+From d4efe12c965ca0d3c7a60baf2a37495904b46a4e Mon Sep 17 00:00:00 2001
+From: Matthieu Pignolet <matthieu@puffer.fish>
+Date: Mon, 19 May 2025 12:40:41 +0400
+Subject: [PATCH] feat: version bump
+
+---
+ Cargo.lock | 2 +-
+ Cargo.toml | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Cargo.lock b/Cargo.lock
+index b50ebb4..9422dbe 100644
+--- a/Cargo.lock
++++ b/Cargo.lock
+@@ -10,7 +10,7 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
+
+ [[package]]
+ name = "kondrak-aline"
+-version = "0.1.2-1"
++version = "0.1.3"
+ dependencies = [
+ "once_cell",
+ "serde",
+diff --git a/Cargo.toml b/Cargo.toml
+index a406caa..f90536a 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -1,6 +1,6 @@
+ [package]
+ name = "kondrak-aline"
+-version = "0.1.2-1"
++version = "0.1.3"
+ edition = "2024"
+ license = "MIT"
+ readme = "README.md"
+--
+2.51.0
+
diff --git a/Cargo.toml b/Cargo.toml
index f90536a..b01a33c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kondrak-aline"
-version = "0.1.3"
+version = "0.1.4"
edition = "2024"
license = "MIT"
readme = "README.md"
@@ -22,4 +22,4 @@ doc = true
crate-type = ["lib"]
[[bin]]
-name = "aline-demo" \ No newline at end of file
+name = "aline-demo"