Skip to content

Commit

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

- - -
## v0.12.0 - 2025-01-27
#### Bug Fixes
- **(ci)** example runs on windows and macos - (b171694) - AtomicFS
#### Build system
- **(deps)** bump dagger.io/dagger in /cmd/firmware-action - (c840941) - dependabot[bot]
- **(deps)** update prettytable requirement in /.dagger-ci/daggerci - (6aa77aa) - dependabot[bot]
- **(deps)** bump docs/src/firmware-action-example - (82322c2) - dependabot[bot]
- **(deps)** bump github.com/go-git/go-git/v5 in /cmd/firmware-action - (c31eb83) - dependabot[bot]
#### Documentation
- update notes on interactive debugging - (a58aa67) - AtomicFS
#### Features
- **(cmd)** add DefconfigPath to list of sources - (2a109e2) - AtomicFS
#### Miscellaneous Chores
- **(cmd)** remove interactivity via SSH - (bf44f0d) - AtomicFS
- go mod tidy and drop toolchain pin - (76aa2b3) - Marvin Drees

- - -

## v0.11.1 - 2025-01-22
#### Bug Fixes
- release workflow - (5e845cd) - 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.1'
SEMVER: 'v0.12.0'
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.1" >> "${GITHUB_OUTPUT}"
run: echo "version=v0.12.0" >> "${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.1"
const firmwareActionVersion = "v0.12.0"

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

0 comments on commit ac4bde9

Please sign in to comment.