Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dmendel committed Feb 16, 2024
1 parent 2c8588a commit 7d51c52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ChangeLog.rdoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= BinData Changelog

== Version 2.5.0 (2023-xx-xx)
== Version 2.5.0 (2024-02-16)

* Removed experimental :check_offset and :adjust_offset parameters.
* Ruby 2.5 is now required.
Expand All @@ -9,6 +9,7 @@
* Added Section - a way to transform the data stream.
* Added transforms for brotli, lz4, xor, zlib, zstd.
* Updated to current minitest
* Fixed typos. Thanks to Patrick Linnane.

== Version 2.4.15 (2023-02-07)

Expand Down
2 changes: 1 addition & 1 deletion lib/bindata/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BinData
VERSION = '2.4.15'
VERSION = '2.5.0'
end

0 comments on commit 7d51c52

Please sign in to comment.