Skip to content

Commit 76264f4

Browse files
authored
Bump codegen version to 0.28.0 (#1557)
1 parent bb4f6ff commit 76264f4

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## 0.28.0 (2025-04-01)
4+
5+
### Bug Fixes
6+
- Used backticks for example strings containing doublequotes ([#1556](https://github.com/smithy-lang/smithy-typescript/pull/1556))
7+
- Generated client.initConfig reference for tracking config object custody ([#1550](https://github.com/smithy-lang/smithy-typescript/pull/1550))
8+
- Used generic type for client config ([#1549](https://github.com/smithy-lang/smithy-typescript/pull/1549))
9+
- Allowed authscheme resolver to access client ref ([#1548](https://github.com/smithy-lang/smithy-typescript/pull/1548))
10+
11+
### Documentation
12+
- Added doc examples to operations ([#1078](https://github.com/smithy-lang/smithy-typescript/pull/1078))
13+
- Replaced GitHub org from 'awslabs' to 'smithy-lang' ([#1545](https://github.com/smithy-lang/smithy-typescript/pull/1545))
14+
315
## 0.27.0 (2025-03-04)
416

517
### 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.27.0"]
49+
"dependencies": ["software.amazon.smithy.typescript:smithy-typescript-codegen:0.28.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.27.0")
142+
implementation("software.amazon.smithy.typescript:smithy-typescript-codegen:0.28.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.27.0"
31+
version = "0.28.0"
3232
}
3333

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

0 commit comments

Comments
 (0)