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 d34f549 commit d07488aCopy full SHA for d07488a
changelog.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## v1.2.0 2025-5-20
4
+
5
+* Added :preserve_key_order option to maintain original hash key order #99 (@robkiessling)
6
7
## v1.1.2 2024-11-12
8
9
* Fix bundler cache #96 (@olleolleolle)
lib/hashdiff/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Hashdiff
- VERSION = '1.1.2'.freeze
+ VERSION = '1.2.0'.freeze
end
0 commit comments