Skip to content

Commit cfd65a8

Browse files
committed
Release 0.5.0-rc1
Update change log
1 parent 2a5e5f4 commit cfd65a8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.5.0-SNAPSHOT
1+
### 0.5.0
22

33
* Add initial clj-kondo hooks
44
* Minor bugfix in examples code
@@ -11,8 +11,11 @@
1111
* Fixed bug when sending empty files
1212
* Fix returned filename in multipart uploads for clj-http parity
1313
* Ensure client exceptions handled and channel closed on invalid input
14+
* Fix minor bug with redirects and `:method` key
15+
* Fix bug in idle state timeouts
16+
* Disable misleading logs during tests
1417

15-
Contributions by Arnaud Geiser, Moritz Heidkamp, and Matthew Davidson
18+
Contributions by Arnaud Geiser, Moritz Heidkamp, Erik Assum, and Matthew Davidson
1619

1720
### 0.4.7
1821

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
[org.clj-commons/primitive-math "1.0.0"]
1818
[potemkin "0.4.5"]])
1919

20-
(defproject aleph "0.5.0-SNAPSHOT"
20+
(defproject aleph "0.5.0-rc1"
2121
:description "A framework for asynchronous communication"
2222
:repositories {"jboss" "https://repository.jboss.org/nexus/content/groups/public/"
2323
"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"}

0 commit comments

Comments
 (0)