File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
smithy-aws-typescript-codegen Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# Smithy AWS Typescript Codegen Changelog
22
3+ ## 0.39.0 (2025-12-05)
4+
5+ - Upgraded to smithy-typescript 0.39.0 ([ Release Notes] ( https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0390-2025-12-05 ) )
6+
37## 0.38.0 (2025-11-20)
48
5- - Upgraded to smithy-typescript 0.37 .0 ([ Release Notes] ( https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0380-2025-11-20 ) )
9+ - Upgraded to smithy-typescript 0.38 .0 ([ Release Notes] ( https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0380-2025-11-20 ) )
610- Includes upgrade of smithy to 1.64.0
711
812## 0.37.0 (2025-11-04)
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ allprojects {
3232 mavenCentral()
3333 }
3434 group = " software.amazon.smithy.typescript"
35- version = " 0.38 .0"
35+ version = " 0.39 .0"
3636}
3737
3838// The root project doesn't produce a JAR.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ buildscript {
4343
4444dependencies {
4545 // Smithy TypeScript
46- api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.38 .0" )
46+ api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.39 .0" )
4747
4848 // Smithy generic dependencies
4949 api(" software.amazon.smithy:smithy-model:$smithyVersion " )
Original file line number Diff line number Diff line change 22module . exports = {
33 // Use full commit hash as we explicitly fetch it.
44 // Comparison link (update with previous hash):
5- // https://github.com/smithy-lang/smithy-typescript/compare/651573630180d1e43dfaf829aed8c68c50cd07f4 ...f9285c3efe3100e0f75b6574c3bb2582ca622ba5
6- SMITHY_TS_COMMIT : "f9285c3efe3100e0f75b6574c3bb2582ca622ba5 " ,
5+ // https://github.com/smithy-lang/smithy-typescript/compare/f9285c3efe3100e0f75b6574c3bb2582ca622ba5 ...7b82c53d9040ad7a1c7a28ec9f541e937499f374
6+ SMITHY_TS_COMMIT : "7b82c53d9040ad7a1c7a28ec9f541e937499f374 " ,
77} ;
88
99if ( module . exports . SMITHY_TS_COMMIT . length < 40 ) {
You can’t perform that action at this time.
0 commit comments