Skip to content

Commit e3008c8

Browse files
chore: release 1.0.13
1 parent a3fad6a commit e3008c8

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.changes/ed8a74dd-01a4-46c3-96eb-8ac9356bead6.json

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

CHANGELOG.md

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

3+
## [1.0.13] - 02/07/2024
4+
5+
### Fixes
6+
* [#1031](https://github.com/awslabs/smithy-kotlin/issues/1031) Correctly parse URLs which contain the `@` symbol in the path and/or fragment (but not in the userinfo)
7+
38
## [1.0.12] - 01/31/2024
49

510
### Fixes

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kotlinx.atomicfu.enableNativeIrTransformation=false
1313
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G
1414

1515
# SDK
16-
sdkVersion=1.0.13-SNAPSHOT
16+
sdkVersion=1.0.13
1717

1818
# codegen
19-
codegenVersion=0.30.14-SNAPSHOT
19+
codegenVersion=0.30.14

0 commit comments

Comments
 (0)