Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Jun 9, 2024
1 parent 637b32a commit 716f794
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
25 changes: 2 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,10 @@ 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.1.3] - Unreleased

## [0.1.2] - 2024-06-08

### Fixed:

- Fix references to Gem::Version from the top level

## [0.1.1] - 2024-06-08

### Added:

- bundle install when running reissue
- handling of brackets in the changelog version numbers
- Reissue::Parser class to parse the changelog file
- Reissue::Printer class to print the changelog file
- Reissue::Task class to handle the creation of reissue tasks
- Return version and date from Reissue.finalize
- Ability to limit the number of versions to maintain
- Gem release support
- Description of how to use and configure the gem in the README.md

### Fixed:

- bug in tests loading the changelog fixture
- format of the changelog file

### Removed:

- dependency on the keepachangelog gem
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.1.1)
reissue (0.1.3)
rake

GEM
Expand Down
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.1.2"
VERSION = "0.1.3"
end

0 comments on commit 716f794

Please sign in to comment.