Skip to content

Commit

Permalink
Add changelog, release version
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jan 30, 2024
1 parent 1564dd9 commit 2eba214
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

[Babashka.json](https://github.com/babashka/json): JSON abstraction library

## 0.1.2

- Add `read`
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:deps {org.clojure/data.json {:mvn/version "2.4.0"}}
{:deps {org.clojure/data.json {:mvn/version "2.5.0"}}
:aliases
{:test ;; added by neil
{:extra-paths ["test"]
Expand All @@ -17,4 +17,4 @@
:ns-default build}

:neil {:project {:name org.babashka/json
:version "0.1.1"}}}}
:version "0.1.2"}}}}

0 comments on commit 2eba214

Please sign in to comment.