Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Oct 29, 2020
1 parent e16775e commit a7eadf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Grape Changelog

## Unreleased
## 0.6.0 (2020/10/29)
* Add support for typed multi-expressions wildcards such as `$keyword&` and `$number$` (#2)
* Rewrite a significant part of the internal code (`grape.impl.*`) to facilitate future evolutions

## 0.5.1 (2020/10/27)
### CLI
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject bfontaine/grape "0.5.2-SNAPSHOT"
(defproject bfontaine/grape "0.6.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"
Expand Down
2 changes: 1 addition & 1 deletion resources/GRAPE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.2-SNAPSHOT
0.6.0

0 comments on commit a7eadf6

Please sign in to comment.