From 63001f5417b0a7706a8c1db8bd642f62d79a7838 Mon Sep 17 00:00:00 2001 From: Emil Hultcrantz Date: Thu, 2 Apr 2026 15:13:34 +0200 Subject: [PATCH] bumb version --- crates/rustwell-cli/Cargo.toml | 4 ++-- crates/rustwell/Cargo.toml | 2 +- crates/rustwell/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/rustwell-cli/Cargo.toml b/crates/rustwell-cli/Cargo.toml index 70f2362..d971495 100644 --- a/crates/rustwell-cli/Cargo.toml +++ b/crates/rustwell-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustwell-cli" -version = "0.2.0" +version = "0.3.0" edition = "2024" license = "MIT" description = "A CLI tool for parsing and compiling fountain screenplay scripts." @@ -14,6 +14,6 @@ path = "src/main.rs" doc = false [dependencies] -rustwell = { version = "0.2.0", path = "../rustwell" } +rustwell = { version = "0.3.0", path = "../rustwell" } clap = { version = "4.5", features = ["derive"]} color-eyre = "0.6" diff --git a/crates/rustwell/Cargo.toml b/crates/rustwell/Cargo.toml index 7c4aa44..5ab334e 100644 --- a/crates/rustwell/Cargo.toml +++ b/crates/rustwell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustwell" -version = "0.2.0" +version = "0.3.0" edition = "2024" license = "MIT" description = "A library for parsing and compiling fountain screenplay scripts." diff --git a/crates/rustwell/README.md b/crates/rustwell/README.md index 8ae73e0..35bc391 100644 --- a/crates/rustwell/README.md +++ b/crates/rustwell/README.md @@ -10,7 +10,7 @@ Add this dependency to your `Cargo.toml`: ```toml [dependencies] -rustwell = "0.2.0" +rustwell = "0.3.0" ``` and then start using the library. Please read the documentation for more details on how to use the library.