summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-04-09 09:43:16 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-04-09 09:43:16 -0400
commite3005417019cd6925139a22d08c0aba05288fcff (patch)
tree1ab6a1c127361aba88ddf737caf10057fbb57786
parente9df420d2f653519e266969f8a91a6c64aaa0b41 (diff)
changelog 0.5.1
-rw-r--r--CHANGELOG.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed8955fe..6652ded5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,26 @@
+0.5.1 (2017-04-09)
+==================
+Feature enhancements:
+
+* Added or improved file type filtering for vim.
+* [FEATURE #34](https://github.com/BurntSushi/ripgrep/issues/34):
+ Add a `-o/--only-matching` flag.
+* [FEATURE #377](https://github.com/BurntSushi/ripgrep/issues/377):
+ Column numbers can now be customized with a color. (The default is
+ no color.)
+* [FEATURE #419](https://github.com/BurntSushi/ripgrep/issues/419):
+ Added `-0` short flag option for `--null`.
+
+Bug fixes:
+
+* [BUG #381](https://github.com/BurntSushi/ripgrep/issues/381):
+ Include license text in all subcrates.
+* [BUG #418](https://github.com/BurntSushi/ripgrep/issues/418),
+ [BUG #426](https://github.com/BurntSushi/ripgrep/issues/426),
+ [BUG #439](https://github.com/BurntSushi/ripgrep/issues/439):
+ Fix a few bugs with `-h/--help` output.
+
+
0.5.0 (2017-03-12)
==================
This is a new minor version release of ripgrep that includes one minor breaking