Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v53.3.0 #14547

Merged
merged 6 commits into from
Apr 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## `v53.3.0`

Fixes https://github.com/Azure/azure-sdk-for-go/issues/14540

## `v53.2.0`

### New Packages
Expand Down
45 changes: 18 additions & 27 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

[[constraint]]
name = "github.com/gofrs/uuid"
version = "3.3.0"
version = "4.0.0"

[[constraint]]
name = "github.com/shopspring/decimal"
Expand Down
2 changes: 1 addition & 1 deletion generate_options.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"autorestArguments": [
"[email protected]/[email protected].178",
"[email protected]/[email protected].180",
"--go",
"--verbose",
"--go-sdk-folder=.",
Expand Down
Loading