Skip to content

Commit 580024e

Browse files
committed
Bump to 0.10.0
1 parent de35590 commit 580024e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruplacer"
3-
version = "0.9.1"
3+
version = "0.10.0"
44
authors = ["Dimitri Merejkowsky <[email protected]>"]
55
description = "Find and replace text in source files"
66
license = "BSD-3-Clause"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cargo install ruplacer
3939
## Alternative installation methods
4040

4141
* Pre-compiled binaries for Linux, macOS, and Windows are available as [assets of the latest release](
42-
https://github.com/your-tools/ruplacer/releases/tag/v0.9.1).
42+
https://github.com/your-tools/ruplacer/releases/tag/v0.10.0).
4343

4444
* `ruplacer` can also be installed from `homebrew`:
4545

tbump.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/your-tools/ruplacer"
22

33
[version]
4-
current = "0.9.1"
4+
current = "0.10.0"
55

66
# Example of a semver regexp.
77
# Make sure this matches current_version before

0 commit comments

Comments
 (0)