Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Mar 8, 2021
1 parent ee9f137 commit 30f48f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## 0.0.2

- [#35](https://github.com/babashka/babashka.curl/issues/35): use
`--data-binary` when sending files or streams

## 0.0.1

- [#16](https://github.com/babashka/babashka.curl/issues/16): BREAKING!
Exceptional status codes or nonzero `curl` exit codes will throw exceptions by
default.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject babashka/babashka.curl "0.0.1"
(defproject babashka/babashka.curl "0.0.2"
:description "Clojure wrapper for curl"
:url "https://github.com/babashka/babashka.curl"
:scm {:name "git"
Expand Down

0 comments on commit 30f48f2

Please sign in to comment.