Skip to content

Commit 12723e4

Browse files
committed
0.5.0-rc3
1 parent 6143d5e commit 12723e4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
* Fix bug in idle state timeouts
1616
* Disable misleading logs during tests
1717
* Switch to Netty's `FastThreadLocalThread` for threads
18+
* Ensure `wrap-future` callbacks have thread bindings and a full classloader chain
1819

19-
Contributions by Arnaud Geiser, Moritz Heidkamp, Erik Assum, and Matthew Davidson
20+
Contributions by Arnaud Geiser, Moritz Heidkamp, Erik Assum, Ivar Refsdal, and Matthew Davidson
2021

2122
### 0.4.7
2223

examples/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(defproject aleph.examples "0.5.0"
2-
:dependencies [[aleph "0.5.0-rc2"]
2+
:dependencies [[aleph "0.5.0-rc3"]
33
[gloss "0.2.6"]
44
[compojure "1.6.1"]
55
[org.clojure/clojure "1.11.1"]

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-rc2"
20+
(defproject aleph "0.5.0-rc3"
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)