Skip to content

Commit

Permalink
Prep tsp emitter 0.3.0 for release (#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT authored Aug 6, 2024
1 parent 6c46701 commit bfec4e4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions packages/typespec-go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@
# Release History

## 0.3.0 (2024-08-06)

### Features Added

* Added example code generation.

### Breaking Changes

* Fixes in TCGC for proper handling of `@clientName`.

### Bump Dependencies

* TCGC 0.44.3
* TypeSpec compiler 0.58.1

## 0.2.0 (2024-07-30)

## Breaking Changes
### Breaking Changes

* For spread params, the optional params are now placed in the options type.

### Other Changes

* Upgraded default azcore version to v1.13.0

## Bump Dependencies
### Bump Dependencies

* TCGC 0.44.1
* TypeSpec tools 0.58.0
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-go/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-go",
"version": "0.2.0",
"version": "0.3.0",
"description": "TypeSpec emitter for Go SDKs",
"type": "module",
"main": "dist/typespec-go/src/index.js",
Expand Down

0 comments on commit bfec4e4

Please sign in to comment.