Skip to content

Commit f7fc8ac

Browse files
Merge pull request #13 from everwise/v2.0.1
Release v2.0.1
2 parents 296b75d + be10e4e commit f7fc8ac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.0.1 (2023-02-14)
4+
- Update Rspec dependency from ~> 3.7.0 to ~> 3.12.0 to support Rails 7
5+
36
## 2.0.0 (2020-10-12)
47

58
- **BREAKING CHANGE** Drop support for Ruby < 2.5

conflisp.gemspec

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

33
Gem::Specification.new do |s|
44
s.name = 'conflisp'
5-
s.version = '2.0.0'
5+
s.version = '2.0.1'
66
s.license = 'MIT'
77
s.summary = 'A tool for building JSON-serializable lisps.'
88
s.homepage = 'https://github.com/everwise/conflisp'

0 commit comments

Comments
 (0)