Skip to content

Commit 4151b01

Browse files
authored
Version bump (#214)
1 parent bfce505 commit 4151b01

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

.changelog/v0.1.0-beta2.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[bugs]]
22
title = "Fix delete VPC firewall rules"
3-
description = "By removing `omitempty` when parsing the rules, we are able to pass an empty array to delete all firewall rules. [#158](https://github.com/oxidecomputer/terraform-provider-oxide/pull/158)"
3+
description = "By removing `omitempty` when parsing the rules, we are able to pass an empty array to delete all firewall rules. [#158](https://github.com/oxidecomputer/oxide.go/pull/158)"
44

55
[[breaking]]
66
title = "ListAll methods"

.changelog/v0.1.0-beta7.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[[breaking]]
2+
title = ""
3+
description = ""
4+
5+
[[features]]
6+
title = ""
7+
description = ""
8+
9+
[[enhancements]]
10+
title = ""
11+
description = ""
12+
13+
[[bugs]]
14+
title = ""
15+
description = ""

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494
### Bug fixes
9595

96-
- **Fix delete VPC firewall rules:** By removing `omitempty` when parsing the rules, we are able to pass an empty array to delete all firewall rules. [#158](https://github.com/oxidecomputer/terraform-provider-oxide/pull/158)
96+
- **Fix delete VPC firewall rules:** By removing `omitempty` when parsing the rules, we are able to pass an empty array to delete all firewall rules. [#158](https://github.com/oxidecomputer/oxide.go/pull/158)
9797

9898
### List of commits
9999

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.0-beta6
1+
v0.1.0-beta7

oxide/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package oxide
44
// dynamically populate the user agent for the Client. It is purposefully
55
// unexported to prevent external users from reading it. This must be changed
66
// along with the VERSION file in the root of this repository.
7-
const version = "v0.1.0-beta6"
7+
const version = "v0.1.0-beta7"

0 commit comments

Comments
 (0)