Skip to content

Commit

Permalink
0.3.1 Release Notes (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
averche authored May 10, 2023
1 parent ed09c84 commit 17a3684
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
26 changes: 19 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ and this project adheres to

## Unreleased ([diff][unreleased-diff])

## [0.3.1][] ([diff][0.3.1-diff]) - 2023-05-10

### Changed

- Improved documentation for request logging in README.

### Fixed

- Fixed bug #147 -- the empty generated fields are now properly omitted.
- Fixed mount path examples in the generated documentation.
- Fixed the Makefile to properly clean up before regeneration.

## [0.3.0][] ([diff][0.3.0-diff]) - 2023-05-04

### Added
Expand Down Expand Up @@ -69,7 +81,9 @@ and this project adheres to
<!-- diffs -->

[unreleased-diff]:
https://github.com/hashicorp/vault-client-go/compare/v0.3.0...HEAD
https://github.com/hashicorp/vault-client-go/compare/v0.3.1...HEAD
[0.3.1-diff]:
https://github.com/hashicorp/vault-client-go/compare/v0.3.0...v0.3.1
[0.3.0-diff]:
https://github.com/hashicorp/vault-client-go/compare/v0.2.0...v0.3.0
[0.2.0-diff]:
Expand All @@ -81,11 +95,9 @@ and this project adheres to

<!-- releases -->

[0.3.0]:
https://github.com/hashicorp/vault-client-go/releases/tag/v0.3.0
[0.2.0]:
https://github.com/hashicorp/vault-client-go/releases/tag/v0.2.0
[0.1.0]:
https://github.com/hashicorp/vault-client-go/releases/tag/v0.1.0
[0.3.1]: https://github.com/hashicorp/vault-client-go/releases/tag/v0.3.1
[0.3.0]: https://github.com/hashicorp/vault-client-go/releases/tag/v0.3.0
[0.2.0]: https://github.com/hashicorp/vault-client-go/releases/tag/v0.2.0
[0.1.0]: https://github.com/hashicorp/vault-client-go/releases/tag/v0.1.0
[0.1.0-beta]:
https://github.com/hashicorp/vault-client-go/releases/tag/v0.1.0-beta
2 changes: 1 addition & 1 deletion client.go

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

2 changes: 1 addition & 1 deletion generate/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

additionalProperties:
packageName: vault
packageVersion: 0.3.0
packageVersion: 0.3.1

0 comments on commit 17a3684

Please sign in to comment.