Skip to content

Commit fe30eb9

Browse files
authored
Post release dxapi 0.13.14 (#143)
* Release dxApi 0.13.14 * DEVEX-2605: Post-release dxapi 0.13.14
1 parent 4952ed9 commit fe30eb9

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

api/RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.13.14 (2025-10-03)
6+
57
* Fix choosing appropriate optimal instance instead of expensive GPU instance by default
68

79
## 0.13.13 (2025-04-06)

api/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dxApi {
2-
version = "0.13.14-SNAPSHOT"
2+
version = "0.13.15-SNAPSHOT"
33
}
44

55
#

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ val yaml = project
112112
lazy val dependencies =
113113
new {
114114
val dxCommonVersion = "0.11.5"
115-
val dxApiVersion = "0.13.13"
115+
val dxApiVersion = "0.13.14"
116116
val typesafeVersion = "1.4.1"
117117
val sprayVersion = "1.3.6"
118118
val snakeyamlVersion = "2.3"

0 commit comments

Comments
 (0)