Skip to content

Commit

Permalink
v0.4.0 release (Upgrade azure version to 6.1.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccannon424 committed May 13, 2021
1 parent 2322071 commit 338ef55
Show file tree
Hide file tree
Showing 1,350 changed files with 183,950 additions and 106 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.0 (May 13, 2021)

* Update Purity version of cbs_array_azure from 6.1.4 to 6.1.6

## 0.3.0 (April 13, 2021)

* Update Purity version of cbs_array_azure from 6.1.0 to 6.1.4
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ test-vet:
test-pull-request: test-vet test-acc-mock

tidy:
go fmt ./cbs
go get -u
go mod tidy -v
go fmt ./cbs
go fix ./cbs
go clean ./cbs
go clean --tags mock ./cbs

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

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

Loading

0 comments on commit 338ef55

Please sign in to comment.