Skip to content

Commit 59778e3

Browse files
Merge pull request #89 from matthewhartstonge/release-please--branches--main
chore(main): release 1.3.0
2 parents f7f7312 + eeb3737 commit 59778e3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.1"
2+
".": "1.3.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.3.0](https://github.com/matthewhartstonge/argon2/compare/v1.2.1...v1.3.0) (2025-04-22)
8+
9+
10+
### Features
11+
12+
* return error on attempting to hash `argon2d`. ([71f8bcb](https://github.com/matthewhartstonge/argon2/commit/71f8bcb6797b19eeb4b142e7f7a6b7d56cee521c))
13+
14+
15+
### Bug Fixes
16+
17+
* **lint:** migrates if-else blocks to tagged switches (QF1003). ([04cdec5](https://github.com/matthewhartstonge/argon2/commit/04cdec5d85be929c70f569a0da4d128ba565014c))
18+
719
## [1.2.1](https://github.com/matthewhartstonge/argon2/compare/v1.2.0...v1.2.1) (2025-04-08)
820

921

cmd/argon2/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var (
1414
// AppName configures the binaries name.
1515
AppName = "argon2"
1616
// AppVersion outputs the binaries version.
17-
AppVersion = "1.2.1" // x-release-please-version
17+
AppVersion = "1.3.0" // x-release-please-version
1818
// AppCommit specifies the exact git commit the binary has been built from.
1919
AppCommit = "unknown"
2020
// AppCommitDate specifies the date the commit was made.

0 commit comments

Comments
 (0)