We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a417b2a commit 9e85eb3Copy full SHA for 9e85eb3
CHANGELOG.md
@@ -1 +1,5 @@
1
# Grape Changelog
2
+
3
+## 0.1.0 (2019/10/27)
4
5
+Initial release.
project.clj
@@ -1,4 +1,4 @@
-(defproject bfontaine/grape "0.1.0-SNAPSHOT"
+(defproject bfontaine/grape "0.1.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"
0 commit comments