Skip to content

Commit a75e073

Browse files
committed
Bump version to 0.1.12
1 parent c52ba2a commit a75e073

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.12] - Unreleased
9+
810
## [0.1.11] - 2025-09-05
911

1012
### Changed
1113

1214
- Use `time_span.notation` instead of `TimeSpan.notation` in `Cycle#notation`.
13-
14-
## [0.1.10] - 2025-09-04

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
sof-cycle (0.1.11)
4+
sof-cycle (0.1.12)
55
activesupport (>= 6.0)
66
forwardable
77

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3ce0dfe7d95a5cde507d7563ca9aa834457913dff9861d36547cff571fa9371be9fdeb60ec6892edb23b14945ab7a25f569d86cb023b67adfd3028a4570ac381

lib/sof/cycle/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module SOF
44
class Cycle
5-
VERSION = "0.1.11"
5+
VERSION = "0.1.12"
66
end
77
end

0 commit comments

Comments
 (0)