Skip to content

Commit

Permalink
feat(release): v0.1.0-beta.1 (#6)
Browse files Browse the repository at this point in the history
## v0.1.0-beta.1 - September 20, 2024

### ✨ Added

* [#3](#3)
Project launch - public beta preview release
  • Loading branch information
DariuszPorowski authored Sep 20, 2024
1 parent 3ed7cd9 commit 85b183c
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changes/unreleased/added-20240918-172115.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .changes/v0.1.0-beta.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## v0.1.0-beta.1 - September 20, 2024

### ✨ Added

* [#3](https://github.com/microsoft/terraform-provider-fabric/issues/3) Project launch - public beta preview release
2 changes: 1 addition & 1 deletion .semver.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
alpha: 0
beta: 0
beta: 1
rc: 0
release: v0.1.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## v0.1.0-beta.1 - September 20, 2024

### ✨ Added

* [#3](https://github.com/microsoft/terraform-provider-fabric/issues/3) Project launch - public beta preview release
2 changes: 1 addition & 1 deletion docs/guides/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ terraform {
required_providers {
fabric = {
source = "microsoft/fabric"
version = "0.1.0-beta.0"
version = "0.1.0-beta.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
required_providers {
fabric = {
source = "microsoft/fabric"
version = "0.1.0-beta.0"
version = "0.1.0-beta.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
fabric = {
source = "microsoft/fabric"
version = "0.1.0-beta.0"
version = "0.1.0-beta.1"
}
}
}
Expand Down

0 comments on commit 85b183c

Please sign in to comment.