Skip to content

Commit

Permalink
Update to upcoming minor version (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
karencfv authored Dec 18, 2023
1 parent fdedb88 commit d128ab3
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
15 changes: 15 additions & 0 deletions .changelog/v0.1.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[[bugs]]
title = ""
description = ""

[[features]]
title = ""
description = ""

[[enhancements]]
title = ""
description = ""

[[breaking]]
title = ""
description = ""
8 changes: 6 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: build & test
on:
push:
branches: main
branches:
- main
- '[0-9].[0-9]+'
paths:
- "**.go"
- .github/workflows/build-test.yml
Expand All @@ -10,7 +12,9 @@ on:
- "docs/**"
- "examples/**"
pull_request:
branches: main
branches:
- main
- '[0-9].[0-9]+'
jobs:
build-test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0-dev
0.1.1-dev
2 changes: 1 addition & 1 deletion internal/provider/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ package provider
// TODO: Make sure this variable is updated every time a new version is released

// Version contains the current terraform provider version.
const Version = "0.1.0"
const Version = "0.1.1"

0 comments on commit d128ab3

Please sign in to comment.