Skip to content

Commit dc7bbce

Browse files
Update changelog
1 parent 7a8e137 commit dc7bbce

File tree

4 files changed

+20
-11
lines changed

4 files changed

+20
-11
lines changed

.changes/0.16.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 0.16.0 (June 16, 2023)
2+
3+
ENHANCEMENTS:
4+
5+
* all: Improved SDK logging performance when messages would be skipped due to configured logging level ([#289](https://github.com/hashicorp/terraform-plugin-go/issues/289))
6+
7+
BUG FIXES:
8+
9+
* tfprotov6/tf6server: Ensure interrupts route to StopProvider RPC ([#301](https://github.com/hashicorp/terraform-plugin-go/issues/301))
10+

.changes/unreleased/BUG FIXES-20230616-153754.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20230601-101139.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.16.0 (June 16, 2023)
2+
3+
ENHANCEMENTS:
4+
5+
* all: Improved SDK logging performance when messages would be skipped due to configured logging level ([#289](https://github.com/hashicorp/terraform-plugin-go/issues/289))
6+
7+
BUG FIXES:
8+
9+
* tfprotov6/tf6server: Ensure interrupts route to StopProvider RPC ([#301](https://github.com/hashicorp/terraform-plugin-go/issues/301))
10+
111
## 0.15.0 (March 27, 2023)
212

313
NOTES:

0 commit comments

Comments
 (0)