Skip to content

Commit 119c8fb

Browse files
chore: release 0.12.0
1 parent 29cf558 commit 119c8fb

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

.changes/9bbbf88e-193f-4efa-955a-10c17c1d7e83.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/e1fa257d-73b3-4616-8c39-f32956008124.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.12.0] - 07/14/2022
4+
5+
### Fixes
6+
* **Breaking**: Generate `List<T>` members for all collection types. (Previously, `Set<T>` would be generated for lists decorated with `@uniqueItems`.)
7+
* **Breaking**: Move DSL overloads on generated clients to extension methods
8+
39
## [0.11.2] - 07/08/2022
410

511
### Features

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ kotlin.native.ignoreDisabledTargets=true
99
kotlin.mpp.hierarchicalStructureSupport=false
1010

1111
# SDK
12-
sdkVersion=0.12.0-SNAPSHOT
12+
sdkVersion=0.12.0
1313

1414
# kotlin
1515
kotlinVersion=1.7.0
@@ -46,4 +46,4 @@ kotlinLoggingVersion=2.1.21
4646
slf4jVersion=1.7.36
4747

4848
# crt
49-
crtKotlinVersion=0.6.2
49+
crtKotlinVersion=0.6.2

0 commit comments

Comments
 (0)