Skip to content

Commit fae1187

Browse files
committed
0.13.0
1 parent fae1639 commit fae1187

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1-
# 0.12.4
2-
3-
4-
5-
# 0.12.3
1+
# 0.13.0
2+
3+
- fae14d5 remove tag from just bump: we'll do it manually from now on
4+
- fae1fac one more assertion
5+
- fae1a88 remember cursor position when moving back from confirm
6+
- fae1b735 add tests for movable cursor
7+
- fae14b1 implement a movable cursor when inputting replacement text
8+
- 6c69f89 Merge pull request #87 from acheronfail/ci/check-readme
9+
- f2415cc Merge pull request #86 from orhun/docs/update_readme
10+
- 5d287f0 Update main.rs
11+
- fae14f9 install ripgrep in ci
12+
- fae1ab5 update release profile
13+
- fae1345 create new ci step to check readme generation
14+
- fae1691e update justfile
15+
- 2ae4989 docs: update README.md about official Arch Linux package
16+
17+
# 0.12.3 & 0.12.4
618

719
- fae1b46 update justfile
820
- 2d3cc3c Merge pull request #84 from acheronfail/fix-permissions

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "repgrep"
3-
version = "0.12.4"
3+
version = "0.13.0"
44
description = "An interactive command line replacer for `ripgrep`."
55
homepage = "https://github.com/acheronfail/repgrep"
66
repository = "https://github.com/acheronfail/repgrep"

0 commit comments

Comments
 (0)