v0.3.7
This commit is contained in:
parent
3bcc392760
commit
129131020d
2 changed files with 8 additions and 1 deletions
|
|
@ -4,6 +4,13 @@ For a list of breaking changes, check [here](#breaking-changes).
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 0.3.7
|
||||
|
||||
- Ignore local and global deps.edn when resolving deps for `bb.edn` [#807](https://github.com/babashka/babashka/issues/807)
|
||||
- Use `IllegalArgumentException` when throwing on duplicate case constants [#807](https://github.com/babashka/babashka/issues/807)
|
||||
- Fix --classpath when no additional args are passed [#811](https://github.com/babashka/babashka/issues/811)
|
||||
- Task changes and improvements, see [issue](https://github.com/babashka/babashka/issues/778)
|
||||
|
||||
## 0.3.6
|
||||
|
||||
Babashka proper:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
0.3.7-SNAPSHOT
|
||||
0.3.7
|
||||
Loading…
Reference in a new issue