Skip to content

Commit

Permalink
Release 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
benprew committed Jan 8, 2024
1 parent f8f7cf5 commit cb4fa7e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog

## [v0.9.5](https://github.com/cantino/reckon/tree/v0.9.5) (2024-01-08)

[Full Changelog](https://github.com/cantino/reckon/compare/v0.9.4...v0.9.5)

**Closed issues:**

- Ruby Readline error [\#127](https://github.com/cantino/reckon/issues/127)
- Date formats [\#126](https://github.com/cantino/reckon/issues/126)

**Merged pull requests:**

- Pin highline to 2.x branch. Fixes \#127 [\#128](https://github.com/cantino/reckon/pull/128) ([benprew](https://github.com/benprew))

## [v0.9.4](https://github.com/cantino/reckon/tree/v0.9.4) (2023-11-24)

[Full Changelog](https://github.com/cantino/reckon/compare/v0.9.3...v0.9.4)

## [v0.9.3](https://github.com/cantino/reckon/tree/v0.9.3) (2023-08-25)

[Full Changelog](https://github.com/cantino/reckon/compare/v0.9.2...v0.9.3)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
reckon (0.9.4)
reckon (0.9.5)
chronic (>= 0.3.0)
highline (~> 2.0)
matrix (>= 0.4.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/reckon/version.rb
@@ -1,3 +1,3 @@
module Reckon
VERSION = "0.9.4"
VERSION = "0.9.5"
end

0 comments on commit cb4fa7e

Please sign in to comment.