Skip to content

Commit a37c872

Browse files
committed
chore: prepare v0.18.0 release
1 parent b21839b commit a37c872

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.18.0]
11+
1012
### Changed
1113

1214
- BREAKING: update to provider `~> 4.31` for supporting default squash and merge commit titles and messages
@@ -397,7 +399,8 @@ Please review plans and report regressions and issues asap so we can improve doc
397399
- This is the initial release of our GitHub Repository module with support for
398400
creating and managing GitHub Repositories for Organizations.
399401

400-
[unreleased]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.17.0...HEAD
402+
[unreleased]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.18.0...HEAD
403+
[0.18.0]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.17.0...v0.18.0
401404
[0.17.0]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.16.2...v0.17.0
402405
[0.16.2]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.16.1...v0.16.2
403406
[0.16.1]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.16.0...v0.16.1

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Most basic usage creating a new private github repository.
103103
```hcl
104104
module "repository" {
105105
source = "mineiros-io/repository/github"
106-
version = "~> 0.16.0"
106+
version = "~> 0.18.0"
107107
108108
name = "terraform-github-repository"
109109
license_template = "apache-2.0"

Diff for: README.tfdoc.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ section {
109109
```hcl
110110
module "repository" {
111111
source = "mineiros-io/repository/github"
112-
version = "~> 0.16.0"
112+
version = "~> 0.18.0"
113113
114114
name = "terraform-github-repository"
115115
license_template = "apache-2.0"

Diff for: examples/public-repository/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ branch protection.
1515
```hcl
1616
module "repository" {
1717
source = "mineiros-io/repository/github"
18-
version = "~> 0.13.0"
18+
version = "~> 0.18.0"
1919
2020
module_depends_on = [
2121
github_team.team

0 commit comments

Comments
 (0)