From 9e85eb31e887cc7f83efb2425d6e5337b7ba1ca3 Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Sun, 27 Oct 2019 17:43:36 +0100 Subject: [PATCH] release 0.1.0 --- CHANGELOG.md | 4 ++++ project.clj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6c8915..0a104c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,5 @@ # Grape Changelog + +## 0.1.0 (2019/10/27) + +Initial release. diff --git a/project.clj b/project.clj index 6fd957c..b9163eb 100644 --- a/project.clj +++ b/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"