babashka.curl#35
This commit is contained in:
parent
2d91171dd9
commit
c6c1be0fa1
2 changed files with 9 additions and 4 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -4,10 +4,10 @@ For a list of breaking changes, check [here](#breaking-changes).
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
Sci:
|
Babashka.curl:
|
||||||
|
|
||||||
- Allow combinations of interfaces and protocols in `reify` [#540](https://github.com/borkdude/sci/issues/540)
|
- [#35](https://github.com/babashka/babashka.curl/issues/35): use
|
||||||
([@GreshamDanielStephens](https://github.com/GreshamDanielStephens))
|
`--data-binary` when sending files or streams
|
||||||
|
|
||||||
Babashka.fs:
|
Babashka.fs:
|
||||||
|
|
||||||
|
|
@ -16,6 +16,11 @@ Babashka.fs:
|
||||||
- Add `regular-file?`([@tekacs](https://github.com/tekacs))
|
- Add `regular-file?`([@tekacs](https://github.com/tekacs))
|
||||||
- Globbing is always recursive but should not be [#18](https://github.com/babashka/fs/issues/18)
|
- Globbing is always recursive but should not be [#18](https://github.com/babashka/fs/issues/18)
|
||||||
|
|
||||||
|
Sci:
|
||||||
|
|
||||||
|
- Allow combinations of interfaces and protocols in `reify` [#540](https://github.com/borkdude/sci/issues/540)
|
||||||
|
([@GreshamDanielStephens](https://github.com/GreshamDanielStephens))
|
||||||
|
|
||||||
## 0.2.12
|
## 0.2.12
|
||||||
|
|
||||||
### Enhancements / fixes
|
### Enhancements / fixes
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 33bfad1b844927966a2a681d3e73e4d2a8eae54b
|
Subproject commit 30f48f29b1698a9fd1639c8f9781b37e7415de78
|
||||||
Loading…
Reference in a new issue