Skip to content

Commit

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

### 🪲 Fixed

* [#7](#7)
Docs rendering and links
* [#7](#7)
Unnecessary sbom json in the release assets
  • Loading branch information
DariuszPorowski authored Sep 20, 2024
1 parent bf1bc2c commit 2b40457
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changes/unreleased/fixed-20240920-141301.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/fixed-20240920-141400.yaml

This file was deleted.

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

### 🪲 Fixed

* [#7](https://github.com/microsoft/terraform-provider-fabric/issues/7) Docs rendering and links
* [#7](https://github.com/microsoft/terraform-provider-fabric/issues/7) Unnecessary sbom json in the release assets
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: 1
beta: 2
rc: 0
release: v0.1.0
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ 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.2 - September 20, 2024

### 🪲 Fixed

* [#7](https://github.com/microsoft/terraform-provider-fabric/issues/7) Docs rendering and links
* [#7](https://github.com/microsoft/terraform-provider-fabric/issues/7) Unnecessary sbom json in the release assets

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

### ✨ Added
Expand Down
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.1"
version = "0.1.0-beta.2"
}
}
}
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.1"
version = "0.1.0-beta.2"
}
}
}
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.1"
version = "0.1.0-beta.2"
}
}
}
Expand Down

0 comments on commit 2b40457

Please sign in to comment.