Skip to content

Commit

Permalink
Prep autorest.go and tsp emitter for release (#1414)
Browse files Browse the repository at this point in the history
* Prep autorest.go and tsp emitter for release

* move bugfix notes to bugs fixed section
  • Loading branch information
jhendrixMSFT authored Jul 29, 2024
1 parent cd5832c commit ea240ed
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
13 changes: 13 additions & 0 deletions packages/autorest.go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release History

## 4.0.0-preview.67 (2024-07-30)

## Bugs Fixed

* Fixed a rare issue causing some method doc comments to be omitted.
* Fixed bad codegen for slices of raw JSON objects.

### Other Changes

* Emit unused params in helper methods with the `_` name.
* Removed unnecessary `aux` variable for some corner-cases.
* Upgraded default `azcore` version to `v1.13.0`.

## 4.0.0-preview.66 (2024-04-25)

### Bugs Fixed
Expand Down
12 changes: 5 additions & 7 deletions packages/typespec-go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
# Release History

## 0.2.1 (Unreleased)

### Other Changes

* Upgraded default azcore version to v1.13.0

## 0.2.0 (2024-07-30)

## Breaking Changes

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

## Bump dependencies
### Other Changes

* Upgraded default azcore version to v1.13.0

## Bump Dependencies

* TCGC 0.44.1
* TypeSpec tools 0.58.0
Expand Down

0 comments on commit ea240ed

Please sign in to comment.