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
jdowd committed Aug 9, 2024
1 parent 2d657e5 commit abfbb64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
12 changes: 2 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +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.3] - Unreleased

## [0.1.2] - 2024-08-09

### Added

- `Cycle#recurring?` to reveal if a given Cycle is one-and-done or must be repeated.

## [0.1.1] - 2024-08-09

### Added

- Basic example in README.md
- Add `Cycles::EndOf` to handle cycles that cover through the end of the nth
subsequent period
- Add predicate methods for each `Cycle` subclass. E.g. `#dormant?`, `#within?`, etc
- Refactor into namespaces
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.2)
sof-cycle (0.1.3)
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.2"
VERSION = "0.1.3"
end
end

0 comments on commit abfbb64

Please sign in to comment.