Skip to content

Commit 678d716

Browse files
committed
chore: prepare v0.10.0 release
1 parent 812001f commit 678d716

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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.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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Most basic usage creating a new private github repository.
9393
```hcl
9494
module "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"

examples/public-repository/README.md

Lines changed: 1 addition & 1 deletion
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.9.0"
18+
version = "~> 0.10.0"
1919
2020
module_depends_on = [
2121
github_team.team

examples/public-repository/main.tf

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

88
module "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

0 commit comments

Comments
 (0)