Skip to content

Commit 9e85eb3

Browse files
committed
release 0.1.0
1 parent a417b2a commit 9e85eb3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# Grape Changelog
2+
3+
## 0.1.0 (2019/10/27)
4+
5+
Initial release.

project.clj

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

0 commit comments

Comments
 (0)