File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
examples/public-repository Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff 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.10.0]
11+
1012### Added
1113
1214- Add support for Terraform ` v1.0 `
@@ -260,11 +262,12 @@ Please review plans and report regressions and issues asap so we can improve doc
260262
261263<!-- markdown-link-check-disable -->
262264
263- [ unreleased ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.9.2 ...HEAD
264- [ 0.9.2 ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.9.1 ...v0.9.2
265+ [ unreleased ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.10.0 ...HEAD
266+ [ 0.10.0 ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.9.2 ...v1.0.0
265267
266268<!-- markdown-link-check-enable -->
267269
270+ [ 0.9.2 ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.9.1...v0.9.2
268271[ 0.9.1 ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.9.0...v0.9.1
269272[ 0.9.0 ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.8.0...v0.9.0
270273[ 0.8.0 ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.7.0...v0.8.0
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Most basic usage creating a new private github repository.
9393``` hcl
9494module "repository" {
9595 source = "mineiros-io/repository/github"
96- version = "~> 0.9 .0"
96+ version = "~> 0.10 .0"
9797
9898 name = "terraform-github-repository"
9999 license_template = "apache-2.0"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ branch protection.
1515``` hcl
1616module "repository" {
1717 source = "mineiros-io/repository/github"
18- version = "~> 0.9 .0"
18+ version = "~> 0.10 .0"
1919
2020 module_depends_on = [
2121 github_team.team
Original file line number Diff line number Diff line change 77
88module "repository" {
99 source = " mineiros-io/repository/github"
10- version = " ~> 0.9 .0"
10+ version = " ~> 0.10 .0"
1111
1212 module_depends_on = [
1313 github_team . team
You can’t perform that action at this time.
0 commit comments