From 3f3b2d8d9b1219528e92f30bf3bf1b1435b8711d Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Sat, 12 Oct 2024 15:23:58 +0200 Subject: [PATCH] Bump to 0.9.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- tbump.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04e6b89..6f4bb7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -329,7 +329,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "ruplacer" -version = "0.9.0" +version = "0.9.1" dependencies = [ "Inflector", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a903b4b..a6fdf78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruplacer" -version = "0.9.0" +version = "0.9.1" authors = ["Dimitri Merejkowsky "] description = "Find and replace text in source files" license = "BSD-3-Clause" diff --git a/README.md b/README.md index 3f6ffb3..fa9d29a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ cargo install ruplacer ## Alternative installation methods * Pre-compiled binaries for Linux, macOS, and Windows are available as [assets of the latest release]( -https://github.com/your-tools/ruplacer/releases/tag/v0.9.0). +https://github.com/your-tools/ruplacer/releases/tag/v0.9.1). * `ruplacer` can also be installed from `homebrew`: diff --git a/tbump.toml b/tbump.toml index e0f6823..9bf1aea 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/your-tools/ruplacer" [version] -current = "0.9.0" +current = "0.9.1" # Example of a semver regexp. # Make sure this matches current_version before