Skip to content

Commit

Permalink
chore(action): bump version to v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicFS committed Jan 22, 2025
1 parent 5e845cd commit d9286b0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## v0.11.1 - 2025-01-22
#### Bug Fixes
- release workflow - (5e845cd) - AtomicFS

- - -

## v0.11.0 - 2025-01-22
#### Bug Fixes
- **(action)** add coreboot blobs into GetSources - (0f0a9a6) - AtomicFS
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
version: '3'
vars:
SEMVER: 'v0.11.0'
SEMVER: 'v0.11.1'
GOLANG_CODE_PATH: 'cmd/firmware-action'

includes:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
steps:
- id: version
shell: bash
run: echo "version=v0.11.0" >> "${GITHUB_OUTPUT}"
run: echo "version=v0.11.1" >> "${GITHUB_OUTPUT}"

- id: arch
# This ARCH is used to fetch correct executable of firmware-action
Expand Down
2 changes: 1 addition & 1 deletion cmd/firmware-action/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func main() {
}
}

const firmwareActionVersion = "v0.11.0"
const firmwareActionVersion = "v0.11.1"

// CLI (Command Line Interface) holds data from environment
var CLI struct {
Expand Down

0 comments on commit d9286b0

Please sign in to comment.