From 0efbdec5d13f412b82adc42b267cb3ddcd7dd319 Mon Sep 17 00:00:00 2001 From: John Dowd Date: Mon, 2 Sep 2024 00:03:12 -0400 Subject: [PATCH] Bump version to 0.1.5 --- CHANGELOG.md | 8 ++------ Gemfile.lock | 2 +- lib/sof/cycle/version.rb | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c856839..b593888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 8f86581..a8c8993 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sof-cycle (0.1.4) + sof-cycle (0.1.5) activesupport (>= 6.0) forwardable diff --git a/lib/sof/cycle/version.rb b/lib/sof/cycle/version.rb index e7e397d..d61d2aa 100644 --- a/lib/sof/cycle/version.rb +++ b/lib/sof/cycle/version.rb @@ -2,6 +2,6 @@ module SOF class Cycle - VERSION = "0.1.4" + VERSION = "0.1.5" end end