v0.2.6
This commit is contained in:
parent
b608277535
commit
a194a2d720
3 changed files with 11 additions and 4 deletions
10
CHANGELOG.md
10
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
0.2.6-SNAPSHOT
|
||||
0.2.6
|
||||
Loading…
Reference in a new issue