We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1323115 commit e6a4796Copy full SHA for e6a4796
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Grape Changelog
2
3
-## 0.5.1
+## 0.5.1 (2020/10/27)
4
### CLI
5
* Fix `--line-numbers none`
6
project.clj
@@ -1,4 +1,4 @@
-(defproject bfontaine/grape "0.5.1-SNAPSHOT"
+(defproject bfontaine/grape "0.5.1"
: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"
resources/GRAPE_VERSION
@@ -1 +1 @@
-0.5.1-SNAPSHOT
+0.5.1
0 commit comments