Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Feb 10, 2024
1 parent 20b0eda commit 8858994
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0] - 2024-02-09

### Added
- Support signing with unencrypted keys
- Generate a new keypair
- Add `#to_s` support to write keys and signatures to file

## [0.0.8] - 2024-02-03

Expand Down Expand Up @@ -36,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- This CHANGELOG file to hopefully serve as an evolving example of a
standardized open source project CHANGELOG.

[Unreleased]: https://github.com/jshawl/minisign/compare/v0.0.8...HEAD
[Unreleased]: https://github.com/jshawl/minisign/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/jshawl/minisign/compare/v0.0.8...v0.1.0
[0.0.8]: https://github.com/jshawl/minisign/compare/v0.0.7...v0.0.8
[0.0.7]: https://github.com/jshawl/minisign/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/jshawl/minisign/compare/v0.0.5...v0.0.6
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
minisign (0.0.8)
minisign (0.1.0)
ed25519 (~> 1.3)
rbnacl (~> 7.1)

Expand Down
2 changes: 1 addition & 1 deletion minisign.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'minisign'
s.version = '0.0.8'
s.version = '0.1.0'
s.summary = 'Minisign, in Ruby!'
s.description = 'Verify minisign signatures'
s.authors = ['Jesse Shawl']
Expand Down

0 comments on commit 8858994

Please sign in to comment.