Skip to content

Commit

Permalink
Bump version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jdowd committed Sep 2, 2024
1 parent c1e3f8c commit 0efbdec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.5] - Unreleased

## [0.1.4] - 2024-09-02

### Added

- `Cycle#last_completed` to return the last completion given the cycle and an array of dates

## [0.1.3] - 2024-09-01

### Fixed

- `Cycles::EndOf` to have the correct behavior
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:
sof-cycle (0.1.4)
sof-cycle (0.1.5)
activesupport (>= 6.0)
forwardable

Expand Down
2 changes: 1 addition & 1 deletion lib/sof/cycle/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module SOF
class Cycle
VERSION = "0.1.4"
VERSION = "0.1.5"
end
end

0 comments on commit 0efbdec

Please sign in to comment.