Skip to content

Commit 2d45195

Browse files
chore: release 0.12.5
1 parent 21f3fb8 commit 2d45195

8 files changed

+16
-41
lines changed

.changes/48905e3f-f57e-4265-ad34-98c65ec4bb46.json

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

.changes/5b2cde72-c99f-4daa-a5c0-3621eed7835c.json

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

.changes/633e3063-4089-41fe-a7a2-bb742910478c.json

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

.changes/83024e02-aefa-4457-94a3-bd9c3eecf396.json

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

.changes/867eadce-3923-43f3-bcee-23f9ae01dec8.json

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

.changes/95acd8ef-0ab9-4ebc-9a14-1479fdc7f9e1.json

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

CHANGELOG.md

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

3+
## [0.12.5] - 08/18/2022
4+
5+
### Fixes
6+
* [#55](https://github.com/awslabs/aws-crt-kotlin/issues/55) Upgrade aws-crt-kotlin dependency to fix Mac dlopen issue
7+
* [#601](https://github.com/awslabs/aws-sdk-kotlin/issues/601) Remove incorrect `.` at end of license identifier header in source files.
8+
9+
### Documentation
10+
* [#683](https://github.com/awslabs/aws-sdk-kotlin/issues/683) Enhance **CONTRIBUTING.md** with additional details about required PR checks and how to run them locally
11+
12+
### Miscellaneous
13+
* Upgrade Smithy to 1.23.0, upgrade Smithy Gradle to 0.6.0
14+
* Upgrade ktlint to 0.46.1.
15+
* Fix ktlint issues and enable ktlint to run on all pull requests (even from forked repos)
16+
317
## [0.12.4] - 08/11/2022
418

519
### Miscellaneous

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.5-SNAPSHOT
12+
sdkVersion=0.12.5
1313

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

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

0 commit comments

Comments
 (0)