Skip to content

Commit c51bf4b

Browse files
authored
misc: bump minor version (#80)
1 parent e8d95f3 commit c51bf4b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "8f37dc92-0373-48a3-8b3a-b5ca575fce6c",
3+
"type": "misc",
4+
"description": "Bump minor version for internal versioning compatibility"
5+
}

CHANGELOG.md

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

3+
## [0.7.4] - 10/23/2023
4+
### Miscellaneous
5+
* Upgrade Gradle's heap and metaspace memory allocations
6+
37
## [0.7.3] - 10/19/2023
48

59
### Miscellaneous

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kotlin.code.style=official
22
kotlin.mpp.stability.nowarn=true
33

44
# aws-crt-kotlin
5-
sdkVersion=0.7.5-SNAPSHOT
5+
sdkVersion=0.8.0-SNAPSHOT
66

77
# kotlin
88
kotlinVersion=1.9.10
@@ -24,4 +24,4 @@ crtJavaVersion=0.27.4
2424
publishGroupName=aws.sdk.kotlin.crt
2525

2626
# gradle
27-
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G
27+
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G

0 commit comments

Comments
 (0)