Skip to content

Commit 4614632

Browse files
chore(main): release 0.6.0 (#6)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent adc259b commit 4614632

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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-
".": "0.5.0"
2+
".": "0.6.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
22

3-
## [0.5.0](https://github.com/anakinj/jwt-eddsa/compare/v0.4.0...v0.5.0) (2024-08-02)
3+
## [0.6.0](https://github.com/anakinj/jwt-eddsa/compare/v0.5.0...v0.6.0) (2024-08-02)
4+
5+
6+
### Features
47

8+
* Initial version using rbnacl for crypto operations ([#5](https://github.com/anakinj/jwt-eddsa/issues/5)) ([adc259b](https://github.com/anakinj/jwt-eddsa/commit/adc259b68da1a928400e3f7f18dce498939ddef1))
9+
10+
## [0.5.0](https://github.com/anakinj/jwt-eddsa/compare/v0.4.0...v0.5.0) (2024-08-02)

lib/jwt/eddsa/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module JWT
44
module EdDSA
5-
VERSION = "0.5.0"
5+
VERSION = "0.6.0"
66
end
77
end

0 commit comments

Comments
 (0)