Skip to content

Commit

Permalink
Release v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenetriguba committed Mar 23, 2024
1 parent 8527c0c commit 440db19
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.2] - 2024-03-23

### Added

- No code changes. New release is being created to be able to trigger a Github Action to release pre-compiled binaries with the release.

## [0.8.1] - 2024-03-23

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<a href="https://goreportcard.com/report/github.com/eugenetriguba/bolt">
<img src="https://goreportcard.com/badge/github.com/eugenetriguba/bolt" alt="Go Report Card Badge">
</a>
<img alt="Version Badge" src="https://img.shields.io/badge/version-0.8.1-blue" style="max-width:100%;">
<img alt="Version Badge" src="https://img.shields.io/badge/version-0.8.2-blue" style="max-width:100%;">
</p>


Expand Down
2 changes: 1 addition & 1 deletion internal/commands/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (cmd *VersionCmd) Execute(
_ ...interface{},
) subcommands.ExitStatus {
consoleOutputter := output.NewConsoleOutputter()
err := consoleOutputter.Output("bolt v0.8.1")
err := consoleOutputter.Output("bolt v0.8.2")
if err != nil {
consoleOutputter.Error(err)
return subcommands.ExitFailure
Expand Down

0 comments on commit 440db19

Please sign in to comment.