Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Feb 3, 2024
1 parent 3397ada commit bd272aa
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.x
ruby-version: '2.7'

- name: Publish to GPR
run: |
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.8] - 2024-02-03

### Added
- Create signatures
- Parse private key
- Use ruby 2.7
Expand All @@ -31,6 +34,9 @@ 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.5...HEAD
[Unreleased]: https://github.com/jshawl/minisign/compare/v0.0.8...HEAD
[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
[0.0.5]: https://github.com/jshawl/minisign/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/jshawl/minisign/releases/tag/v0.0.4
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.7)
minisign (0.0.8)
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.7'
s.version = '0.0.8'
s.summary = 'Minisign, in Ruby!'
s.description = 'Verify minisign signatures'
s.authors = ['Jesse Shawl']
Expand Down

0 comments on commit bd272aa

Please sign in to comment.