Skip to content

Commit efcc901

Browse files
committed
chore: prepare 0.16.0 release
1 parent ae84490 commit efcc901

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
11+
## [0.16.0]
12+
1013
### Fixed
1114

12-
- Set correct default value for `delete_branch_on_merge` in docs
15+
- Set correct default value for `delete_branch_on_merge` in docs
16+
- BREAKING CHANGE: Remove support for multi-type variable `branches` (removed `list(string)` support)
1317

1418
## [0.15.0]
1519

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Most basic usage creating a new private github repository.
8585
```hcl
8686
module "repository" {
8787
source = "mineiros-io/repository/github"
88-
version = "~> 0.14.0"
88+
version = "~> 0.16.0"
8989
9090
name = "terraform-github-repository"
9191
license_template = "apache-2.0"

README.tfdoc.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ section {
9090
```hcl
9191
module "repository" {
9292
source = "mineiros-io/repository/github"
93-
version = "~> 0.14.0"
93+
version = "~> 0.16.0"
9494
9595
name = "terraform-github-repository"
9696
license_template = "apache-2.0"

0 commit comments

Comments
 (0)