Skip to content

Commit abaca49

Browse files
authored
chore(codegen): release smithy-aws-typescript-codegen 0.39.0 (#7548)
1 parent 2dc10c6 commit abaca49

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

codegen/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
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)

codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

codegen/smithy-aws-typescript-codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ buildscript {
4343

4444
dependencies {
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")

scripts/generate-clients/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
module.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

99
if (module.exports.SMITHY_TS_COMMIT.length < 40) {

0 commit comments

Comments
 (0)