We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e995c28 commit 1b3cb28Copy full SHA for 1b3cb28
CHANGELOG.md
@@ -2,7 +2,10 @@
2
3
View layer for Hanami
4
5
-## v2.1.0 - 2023-11-14
+## v2.1.0.rc3 - 2024-02-16
6
+
7
+### Changed
8
+- [Tim Riley] Remove unneeded concurrent-ruby gem dependency.
9
10
## v2.1.0.rc2 - 2023-11-08
11
lib/hanami/view/version.rb
@@ -4,6 +4,6 @@ module Hanami
class View
# @api public
# @since 0.1.0
- VERSION = "2.1.0"
+ VERSION = "2.1.0.rc3"
end
0 commit comments