-
Notifications
You must be signed in to change notification settings - Fork 55
chore: release 0.10.0-beta #494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,13 +6,13 @@ kotlin.native.ignoreDisabledTargets=true | |
| org.gradle.jvmargs=-Xmx6g -XX:MaxPermSize=6g -XX:MaxMetaspaceSize=1G | ||
|
|
||
| # sdk | ||
| sdkVersion=0.9.6-SNAPSHOT | ||
| sdkVersion=0.10.0-beta | ||
|
|
||
| # codegen | ||
| smithyVersion=1.13.1 | ||
| smithyGradleVersion=0.5.3 | ||
| # smithy-kotlin codegen and runtime are versioned together | ||
| smithyKotlinVersion=0.7.5-SNAPSHOT | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. hmm, seems a little weird that smithy-kotlin is keeping same version but crt kotlin is getting bumped to next. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nm verified against other PRs, LGTM 👍 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The last release never bumped the version of aws-crt-kotlin to the next snapshot version so we also had to jump the version in that release PR. |
||
| smithyKotlinVersion=0.7.5 | ||
|
|
||
| # kotlin | ||
| kotlinVersion=1.6.10 | ||
|
|
@@ -28,7 +28,7 @@ kotlinxSerializationVersion=1.3.1 | |
| ktorVersion=1.6.7 | ||
|
|
||
| # crt | ||
| crtKotlinVersion=0.5.1-SNAPSHOT | ||
| crtKotlinVersion=0.5.2 | ||
|
|
||
| # testing/utility | ||
| junitVersion=5.6.2 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit
'base service exception' would be more descriptive
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed. These lines are autogenerated from commit messages so the ideal place to fix this would've been there.