Skip to content

Commit

Permalink
publish: apply version 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Sep 29, 2022
1 parent 5cdeb5f commit 1586f8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ A release with known breaking changes is marked with:
// (adjust these in publish.clj as you see fit)
== Unreleased

== v1.0.13 - 2022-09-29 [[v1.0.13]]

* If specified, request’s body encoding is now applied, else defaults to UTF-8 (https://github.com/clj-commons/clj-http-lite/issues/18[#18]) (https://github.com/lread[@lread])
* User info from request URL now applied to basic auth (https://github.com/clj-commons/clj-http-lite/issues/34[#34]) (https://github.com/lread[@lread])
* Nested query and form parameters are now automatically flattened (https://github.com/clj-commons/clj-http-lite/issues/43[#43]) (https://github.com/lread[@lread])
Expand All @@ -25,6 +27,8 @@ A release with known breaking changes is marked with:
** Automated CI testing added for Windows (https://github.com/clj-commons/clj-http-lite/issues/21[#21]) (https://github.com/lread[@lread])
** Babashka now exercised under full test suite (https://github.com/clj-commons/clj-http-lite/issues/48[#48]) (https://github.com/lread[@lread])

https://github.com/clj-commons/clj-http-lite/compare/Release-0.4.392\...v1.0.13[commit log]

== v0.4.392 - 2021-11-18

* Support self-signed certificates via `:insecure? true` option
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:aliases
{;; we use babashka/neil for project attributes
;; publish workflow references these values (and automatically bumps patch)
:neil {:project {:version "1.0.12"
:neil {:project {:version "1.0.13"
:name org.clj-commons/clj-http-lite}}
:1.8 {:override-deps {org.clojure/clojure {:mvn/version "1.8.0"}}}
:1.9 {:override-deps {org.clojure/clojure {:mvn/version "1.9.0"}}}
Expand Down
2 changes: 1 addition & 1 deletion doc/01-user-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:toclevels: 5
:toc:
// DO NOT EDIT: the lib-version parameter is automatically updated by bb publish
:lib-version: 0.4.392
:lib-version: 1.0.13

== Introduction
Clj-http-lite is a Clojure, Babashka and GraalVM compatible liteweight subset of http://github.com/dakrone/clj-http[clj-http].
Expand Down

0 comments on commit 1586f8d

Please sign in to comment.