Skip to content

Commit 9597961

Browse files
release version 0.5.1
1 parent 1d492ec commit 9597961

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.5.1
4+
* _core_:
5+
* Fix: Execute status detail indicators in a IO Dispatcher because they can be blocking.
6+
37
## 0.5.0
48

59
* _core_:

buildSrc/src/main/kotlin/babbage.conventions.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = "de.otto.babbage"
15-
version = "0.5.1-SNAPSHOT"
15+
version = "0.5.1"
1616
java.sourceCompatibility = JavaVersion.VERSION_17
1717

1818
repositories {

0 commit comments

Comments
 (0)