We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ee2a0 commit 228b848Copy full SHA for 228b848
ChangeLog
@@ -1,3 +1,9 @@
1
+2025-06-13 Hiroshi SHIBATA <hsbt@ruby-lang.org>
2
+ * support Ruby 3.4.
3
+ * drop to support Ruby 3.0.
4
+ * support Rack 3.1
5
+ * release 5.4.0
6
+
7
2024-02-29 Hiroshi SHIBATA <hsbt@ruby-lang.org>
8
* support Ruby 3.2 and 3.3.
9
* drop to support Ruby 2.7.
lib/tdiary/version.rb
@@ -1,3 +1,3 @@
module TDiary
- VERSION = '5.4.0.beta3'
+ VERSION = "5.4.0"
end
0 commit comments