Skip to content

Commit 3fbc3f7

Browse files
committed
Release 0.4.0
1 parent 4b740bc commit 3fbc3f7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# Grape Changelog
22

3-
## Unreleased
3+
## 0.4.0 (2020/10/24)
44

55
* Fix a bug where `$` was matching whitespaces
66

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

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

1518
### Internals

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject bfontaine/grape "0.4.0-SNAPSHOT"
1+
(defproject bfontaine/grape "0.4.0"
22
:description "Syntax-aware Grep-like for Clojure code"
33
:url "https://github.com/bfontaine/grape"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

resources/GRAPE_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0-SNAPSHOT
1+
0.4.0

0 commit comments

Comments
 (0)