Skip to content

Commit

Permalink
Prep tsp emitter for v0.2.0 release (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT authored Jul 29, 2024
1 parent 57b77e5 commit cbde984
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion packages/typespec-go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# Change Log - @autorest/gotsp
# Release History

## 0.2.0 (2024-07-30)

## Breaking Changes

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

## Bump dependencies

* TCGC 0.44.1
* TypeSpec tools 0.58.0

## 0.1.0 (2024-07-17)

* Initial release
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.1.0",
"version": "0.2.0",
"description": "TypeSpec emitter for Go SDKs",
"type": "module",
"main": "dist/typespec-go/src/index.js",
Expand Down

0 comments on commit cbde984

Please sign in to comment.