Skip to content

Commit f4ab06a

Browse files
siddsrivtrivikr
andauthored
Bump codegen version to 0.31.0 (#1617)
* Bump codegen version to 0.31.0 * Bump codegen version to 0.31.0 * Update CHANGELOG.md Co-authored-by: Trivikram Kamat <[email protected]> --------- Co-authored-by: Trivikram Kamat <[email protected]>
1 parent cc24307 commit f4ab06a

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

3+
## 0.31.0 (2025-06-09)
4+
5+
## Features
6+
- Upgraded smithy version to 1.58.0 ([#1616](https://github.com/smithy-lang/smithy-typescript/pull/1616))
7+
- Added schema code generation and related allow-list ([#1599](https://github.com/smithy-lang/smithy-typescript/pull/1599))
8+
9+
### Chores
10+
- Updated synthetic error namespace ([#1611](https://github.com/smithy-lang/smithy-typescript/pull/1611))
11+
- Generated default endpoint ruleset to make code generation consistent for ruleset trait ([#1589](https://github.com/smithy-lang/smithy-typescript/pull/1589))
12+
313
## 0.30.0 (2025-05-08)
414

515
### Features

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To add a minimal `typescript-client-codegen` plugin, add the following to `smith
4646
"sources": ["models"],
4747
// Add the Smithy TypeScript code generator dependency
4848
"maven": {
49-
"dependencies": ["software.amazon.smithy.typescript:smithy-typescript-codegen:0.30.0"]
49+
"dependencies": ["software.amazon.smithy.typescript:smithy-typescript-codegen:0.31.0"]
5050
},
5151
"plugins": {
5252
// Add the Smithy TypeScript client plugin
@@ -139,7 +139,7 @@ dependencies {
139139
smithyCli("software.amazon.smithy:smithy-cli:$smithyVersion")
140140

141141
// Add the Smithy TypeScript code generator dependency
142-
implementation("software.amazon.smithy.typescript:smithy-typescript-codegen:0.30.0")
142+
implementation("software.amazon.smithy.typescript:smithy-typescript-codegen:0.31.0")
143143

144144
// Uncomment below to add various smithy dependencies (see full list of smithy dependencies in https://github.com/awslabs/smithy)
145145
// implementation("software.amazon.smithy:smithy-model:$smithyVersion")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ plugins {
2828

2929
allprojects {
3030
group = "software.amazon.smithy.typescript"
31-
version = "0.30.0"
31+
version = "0.31.0"
3232
}
3333

3434
// The root project doesn't produce a JAR.

0 commit comments

Comments
 (0)