We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb06d8 commit 2e0d88dCopy full SHA for 2e0d88d
ChangeLog.rdoc
@@ -1,8 +1,9 @@
1
= BinData Changelog
2
3
-== Version 2.5.1 (202x-xx-xx)
+== Version 2.5.1 (2025-04-11)
4
5
* Added changelog link to gemspec. Thanks to Mark Young.
6
+* Support Ruby 3.4.
7
8
== Version 2.5.0 (2024-02-16)
9
lib/bindata.rb
@@ -1,5 +1,5 @@
# BinData -- Binary data manipulator.
-# Copyright (c) 2007 - 2018 Dion Mendel.
+# Copyright (c) 2007 - 2025 Dion Mendel.
require 'bindata/version'
require 'bindata/array'
@@ -35,4 +35,4 @@
35
#
36
# BinData is released under the same license as Ruby.
37
38
lib/bindata/version.rb
@@ -1,3 +1,3 @@
module BinData
- VERSION = '2.5.0'
+ VERSION = '2.5.1'
end
0 commit comments