Skip to content

Commit 1586f8d

Browse files
committed
publish: apply version 1.0.13
1 parent 5cdeb5f commit 1586f8d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: CHANGELOG.adoc

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ A release with known breaking changes is marked with:
1313
// (adjust these in publish.clj as you see fit)
1414
== Unreleased
1515

16+
== v1.0.13 - 2022-09-29 [[v1.0.13]]
17+
1618
* 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])
1719
* 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])
1820
* 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])
@@ -25,6 +27,8 @@ A release with known breaking changes is marked with:
2527
** Automated CI testing added for Windows (https://github.com/clj-commons/clj-http-lite/issues/21[#21]) (https://github.com/lread[@lread])
2628
** Babashka now exercised under full test suite (https://github.com/clj-commons/clj-http-lite/issues/48[#48]) (https://github.com/lread[@lread])
2729

30+
https://github.com/clj-commons/clj-http-lite/compare/Release-0.4.392\...v1.0.13[commit log]
31+
2832
== v0.4.392 - 2021-11-18
2933

3034
* Support self-signed certificates via `:insecure? true` option

Diff for: deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:aliases
44
{;; we use babashka/neil for project attributes
55
;; publish workflow references these values (and automatically bumps patch)
6-
:neil {:project {:version "1.0.12"
6+
:neil {:project {:version "1.0.13"
77
:name org.clj-commons/clj-http-lite}}
88
:1.8 {:override-deps {org.clojure/clojure {:mvn/version "1.8.0"}}}
99
:1.9 {:override-deps {org.clojure/clojure {:mvn/version "1.9.0"}}}

Diff for: doc/01-user-guide.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:toclevels: 5
33
:toc:
44
// DO NOT EDIT: the lib-version parameter is automatically updated by bb publish
5-
:lib-version: 0.4.392
5+
:lib-version: 1.0.13
66

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

0 commit comments

Comments
 (0)