Skip to content

Commit 145a68d

Browse files
authored
chore(codegen): bump codegen version to 0.32.0 (#7156)
1 parent 1b139f8 commit 145a68d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

codegen/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Smithy AWS Typescript Codegen Changelog
22

3+
## 0.32.0 (2025-06-26)
4+
5+
## Features
6+
- Upgraded to smithy-typescript 0.32.0 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0320-2025-06-26))
7+
8+
## Bug Fixes
9+
- Added default AWS regional endpoints for generated AWS clients ([#7151](https://github.com/aws/aws-sdk-js-v3/pull/7151))
10+
311
## 0.31.1 (2025-06-23)
412

513
## Features

codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
mavenCentral()
3232
}
3333
group = "software.amazon.smithy.typescript"
34-
version = "0.31.1"
34+
version = "0.32.0"
3535
}
3636

3737
// 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
@@ -36,7 +36,7 @@ buildscript {
3636

3737
dependencies {
3838
// Smithy TypeScript
39-
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.31.1")
39+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.32.0")
4040

4141
// Smithy generic dependencies
4242
api("software.amazon.smithy:smithy-model:$smithyVersion")

0 commit comments

Comments
 (0)