Skip to content

Commit

Permalink
Merge pull request #70 from matthewhartstonge/release-please--branche…
Browse files Browse the repository at this point in the history
…s--main

chore(main): release 1.1.1
  • Loading branch information
matthewhartstonge authored Dec 23, 2024
2 parents 4f962ec + bdaf38b commit 8118fcd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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).

## [1.1.1](https://github.com/matthewhartstonge/argon2/compare/v1.1.0...v1.1.1) (2024-12-23)


### Bug Fixes

* **cmd/argon2:** enable ldflags variable configuration. ([988c8fe](https://github.com/matthewhartstonge/argon2/commit/988c8fec2409ed091efe93ae9ab4d99da7b851f8))

## [1.1.0](https://github.com/matthewhartstonge/argon2/compare/v1.0.3...v1.1.0) (2024-12-21)


Expand Down
2 changes: 1 addition & 1 deletion cmd/argon2/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var (
// AppName configures the binaries name.
AppName = "argon2"
// AppVersion outputs the binaries version.
AppVersion = "0.1.3" // x-release-please-version
AppVersion = "1.1.1" // x-release-please-version
// AppCommit specifies the exact git commit the binary has been built from.
AppCommit = "unknown"
// AppCommitDate specifies the date the commit was made.
Expand Down

0 comments on commit 8118fcd

Please sign in to comment.