Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Oct 24, 2020
1 parent 4b740bc commit 3fbc3f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Grape Changelog

## Unreleased
## 0.4.0 (2020/10/24)

* Fix a bug where `$` was matching whitespaces

### Library
* Add `grape.core/count-subtrees` and `grape.core/count-codes`

### CLI
* Show matching filenames when `grape` is run on multiple files
* Add `-v`/`--version` to the command-line
* Add `-c`/`--count` to show the total matches count
* Add `-F`/`--no-filenames` to hide the matching filenames
* Add `-u`/`--unindent` to un-indent the matches
* Remove `-r`/`--recursive`: it’s always recursive now

### Internals
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject bfontaine/grape "0.4.0-SNAPSHOT"
(defproject bfontaine/grape "0.4.0"
:description "Syntax-aware Grep-like for Clojure code"
:url "https://github.com/bfontaine/grape"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down
2 changes: 1 addition & 1 deletion resources/GRAPE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0-SNAPSHOT
0.4.0

0 comments on commit 3fbc3f7

Please sign in to comment.