Skip to content

Commit e6a4796

Browse files
committed
Release 0.5.1
1 parent 1323115 commit e6a4796

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Grape Changelog
22

3-
## 0.5.1
3+
## 0.5.1 (2020/10/27)
44
### CLI
55
* Fix `--line-numbers none`
66

project.clj

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

0 commit comments

Comments
 (0)