Skip to content

Commit

Permalink
v2.5.3 2021-02-21
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Feb 21, 2021
1 parent a939043 commit d12b166
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Sep 18, 2020**.
## v2.5.3 (2021 Feb 21)

```clojure
[http-kit "2.5.3"]
```

> Non-breaking hotfix release.
> See [here](https://github.com/ptaoussanis/encore#recommended-steps-after-any-significant-dependency-update) recommended steps when updating any Clojure/Script dependencies.
#### Fixes since `2.5.2`

* [#462 #437] Fix project.clj compiler option to support older JVMs (e.g. Java 8)


## v2.5.2 (2021 Feb 19)

```clojure
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**[CHANGELOG][]** | [API][] | current [Break Version][]:

```clojure
[http-kit "2.5.2"] ; Published by contributors, see CHANGELOG for details
[http-kit "2.5.3"] ; Published by contributors, see CHANGELOG for details
[http-kit "2.1.19"] ; Legacy, published by @shenfeng
```

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 http-kit "2.5.2"
(defproject http-kit "2.5.3"
:author "Feng Shen (@shenfeng)"
:description "High-performance event-driven HTTP client/server for Clojure"
:url "http://http-kit.org/"
Expand Down

0 comments on commit d12b166

Please sign in to comment.