8000 Bump version to 0.3.4 by saturnflyer · Pull Request #18 · SOFware/reissue · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump version to 0.3.4 #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.3.4] - Unreleased

## [0.3.3] - 2025-01-17

### Added
Expand All @@ -14,9 +16,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed

- Properly retain changelog on `reissue:finalize`

## [0.3.2] - 2025-01-16

### Fixed

- Parser will handle nil changes
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:
reissue (0.3.3)
reissue (0.3.4)
rake

GEM
Expand Down
1 change: 1 addition & 0 deletions checksums/reissue-0.3.3.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d519b9c8d004b27372099539454fcfe3d6566b2386f0d2c33cbd62b59642359ff015ef52 81FE 30f97a72a98a98dc0162e65b6684997106d5bcf524f7537c250cdb07
2 changes: 1 addition & 1 deletion lib/reissue/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Reissue
VERSION = "0.3.3"
VERSION = "0.3.4"
end
Loading
0