Skip to content

Commit f64d0d4

Browse files
committed
Release 0.5.0
1 parent 5dc5675 commit f64d0d4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Grape Changelog
22

3-
## Unreleased
3+
## 0.5.0 (2020/10/27)
4+
45
### Library
56
* `grape.core/unparse-code` now accept an optional map of options. Only `:inline?` is supported for now; it forces code
67
to fit on one line by removing newlines and comments and compacting whitespaces.
78

89
### CLI
10+
* Fix `--version` that was failing with an `IllegalArgumentException` (#1)
911
* The first line of each match is now prefixed by its line number
1012
* Matches are now followed by a newline
1113
* Read from `stdin` if no path is given
@@ -15,7 +17,6 @@
1517
* Add `-n`/`--all-line-numbers` as an alias to `--line-numbers all`
1618
* Add `--no-trailing-newlines` to remove the (new) trailing newline after each match
1719
* Add `--inline` to always show matches on a single line
18-
* Fix `--version` that was failing with an `IllegalArgumentException` (#1)
1920

2021
## 0.4.0 (2020/10/24)
2122

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject bfontaine/grape "0.5.0-SNAPSHOT"
1+
(defproject bfontaine/grape "0.5.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.5.0-SNAPSHOT
1+
0.5.0

0 commit comments

Comments
 (0)