From a194a2d720458b461e337674aebea9bedf3cac99 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 29 Dec 2020 12:57:04 +0100 Subject: [PATCH] v0.2.6 --- CHANGELOG.md | 10 +++++++--- doc/news.md | 3 +++ resources/BABASHKA_VERSION | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7be65d3..bfadac32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,16 @@ For a list of breaking changes, check [here](#breaking-changes). -## Unreleased +## v0.2.6 ### New -- Implement [pod registry](https://github.com/babashka/pod-registry) to obtain - pods when used in script. [#690](https://github.com/borkdude/babashka/issues/690) +- Implement [pod registry](https://github.com/babashka/pod-registry) to + automatically obtain pods when used in + script. [#690](https://github.com/borkdude/babashka/issues/690) +- [Buddy pod](https://github.com/babashka/pod-babashka-buddy) +- [Etaoin pod 0.0.1 release](https://github.com/babashka/pod-babashka-etaoin) +- [Fswatcher pod](https://github.com/babashka/pod-babashka-fswatcher) ### Fixed / enhanced diff --git a/doc/news.md b/doc/news.md index 6d9067db..073a421e 100644 --- a/doc/news.md +++ b/doc/news.md @@ -13,6 +13,9 @@ internals](https://youtu.be/pgNp4Lk3gf0). Also see and [REPL session](https://gist.github.com/borkdude/66a4d844668e12ae1a8277af10d6cc4b). +Babashka 0.2.6 released. See [release +notes](https://github.com/borkdude/babashka/blob/master/CHANGELOG.md#v026). + Babashka 0.2.5 released. See [release notes](https://github.com/borkdude/babashka/blob/master/CHANGELOG.md#v025). diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index f0965bfe..a53741c0 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.2.6-SNAPSHOT \ No newline at end of file +0.2.6 \ No newline at end of file