Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Dec 29, 2022
1 parent 81f8845 commit 28cf3de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v0.2.0

- #61: add transit as explicit JVM dependency
- #60: transform pod reader error into exception of caller
Expand All @@ -9,4 +9,6 @@
- Allow env vars OS_NAME & OS_ARCH to override os props (@cap10morgan)
- #49: don't log socket closed exception

## ...
## v0.1.0

Initial version
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject babashka/babashka.pods "0.1.0"
(defproject babashka/babashka.pods "0.2.0"
:description "babashka pods"
:url "https://github.com/babashka/babashka.pods"
:scm {:name "git"
Expand Down

0 comments on commit 28cf3de

Please sign in to comment.