Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Mar 14, 2022
1 parent 3d7eaa8 commit 8f9f694
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.0.2

- Change `:url` to `:uri`, containing the `java.net.URI` string representation of the grasped resource.
- Support `:keep-fn` option, a function of a map which contains `:spec`, `:expr` and `:uri`

## 0.0.1

- Initial release
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.github.borkdude/grasp "0.0.1"
(defproject io.github.borkdude/grasp "0.0.2"
:description "Grep Clojure code using clojure.spec regexes."
:url "https://github.com/borkdude/grasp"
:scm {:name "git"
Expand Down
2 changes: 1 addition & 1 deletion resources/GRASP_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2

0 comments on commit 8f9f694

Please sign in to comment.