Skip to content

Commit 1b3cb28

Browse files
committed
Prepare for v2.1.0.rc3
1 parent e995c28 commit 1b3cb28

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
View layer for Hanami
44

5-
## v2.1.0 - 2023-11-14
5+
## v2.1.0.rc3 - 2024-02-16
6+
7+
### Changed
8+
- [Tim Riley] Remove unneeded concurrent-ruby gem dependency.
69

710
## v2.1.0.rc2 - 2023-11-08
811

lib/hanami/view/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ module Hanami
44
class View
55
# @api public
66
# @since 0.1.0
7-
VERSION = "2.1.0"
7+
VERSION = "2.1.0.rc3"
88
end
99
end

0 commit comments

Comments
 (0)