v0.2.0
This commit is contained in:
parent
81f8845d72
commit
28cf3de4ef
2 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Unreleased
|
## v0.2.0
|
||||||
|
|
||||||
- #61: add transit as explicit JVM dependency
|
- #61: add transit as explicit JVM dependency
|
||||||
- #60: transform pod reader error into exception of caller
|
- #60: transform pod reader error into exception of caller
|
||||||
|
|
@ -9,4 +9,6 @@
|
||||||
- Allow env vars OS_NAME & OS_ARCH to override os props (@cap10morgan)
|
- Allow env vars OS_NAME & OS_ARCH to override os props (@cap10morgan)
|
||||||
- #49: don't log socket closed exception
|
- #49: don't log socket closed exception
|
||||||
|
|
||||||
## ...
|
## v0.1.0
|
||||||
|
|
||||||
|
Initial version
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject babashka/babashka.pods "0.1.0"
|
(defproject babashka/babashka.pods "0.2.0"
|
||||||
:description "babashka pods"
|
:description "babashka pods"
|
||||||
:url "https://github.com/babashka/babashka.pods"
|
:url "https://github.com/babashka/babashka.pods"
|
||||||
:scm {:name "git"
|
:scm {:name "git"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue