File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- TBD
2
- ===
3
- Unreleased changes. Release notes have not yet been written.
1
+ 12.1.1 (2020-05-29)
2
+ ===================
3
+ ripgrep 12.1.1 is a patch release that fixes a couple small bugs. In
4
+ particular, the ripgrep 12.1.0 release did not tag new releases for all of its
5
+ in-tree dependencies. As a result, ripgrep built dependencies from crates.io
6
+ would produce a different build than compiling ripgrep from source on the
7
+ ` 12.1.0 ` tag. Namely, some crates like ` grep-cli ` had unreleased changes.
4
8
5
9
Bug fixes:
6
10
7
11
* [ BUG #1581 ] ( https://github.com/BurntSushi/ripgrep/issues/1581 ) :
8
12
Corrects some egregious markup output in ` --help ` .
9
13
* [ BUG #1591 ] ( https://github.com/BurntSushi/ripgrep/issues/1591 ) :
10
14
Mention the special ` $0 ` capture group in docs for the ` -r/--replace ` flag.
15
+ * [ BUG #1602 ] ( https://github.com/BurntSushi/ripgrep/issues/1602 ) :
16
+ Fix failing test resulting from out-of-sync dependencies.
11
17
12
18
13
19
12.1.0 (2020-05-09)
You can’t perform that action at this time.
0 commit comments