Version bump
This commit is contained in:
parent
dc77bc9638
commit
c177e682c7
3 changed files with 9 additions and 2 deletions
|
|
@ -2,6 +2,13 @@
|
|||
|
||||
For a list of breaking changes, check [here](#breaking-changes).
|
||||
|
||||
## 0.6.7 (2021-11-29)
|
||||
|
||||
Minor bugfix release:
|
||||
|
||||
- `print-deps` included `:local/root` dependency which is not valid outside babashka repo
|
||||
- `fs/which` edge case improvement on Windows #1083
|
||||
|
||||
## 0.6.6 (2021-11-29)
|
||||
|
||||
- Resolve program in `babashka.process` on Windows using known extensions. This
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
0.6.6
|
||||
0.6.7
|
||||
|
|
@ -1 +1 @@
|
|||
0.6.7
|
||||
0.6.8-SNAPSHOT
|
||||
Loading…
Reference in a new issue