Skip to content

Commit

Permalink
Merge fc36902 into 8aea445
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzedge committed May 11, 2023
2 parents 8aea445 + fc36902 commit e7c055d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
@@ -1,4 +1,6 @@
## 2.3.1 [compare][compare_v2_3_0_and_master]
## 2.3.2 [compare][compare_v2_3_1_and_master]

## 2.3.1 [compare][compare_v2_3_0_and_v2_3_1]

- Fix `Rambling::Trie.load` docs in README by [@gonzedge][github_user_gonzedge]
- Destructure args hash before passing to performance rake task by [@gonzedge][github_user_gonzedge]
Expand Down Expand Up @@ -921,7 +923,8 @@ Most of these help with the gem's overall performance.
[compare_v2_1_1_and_v2_2_0]: https://github.com/gonzedge/rambling-trie/compare/v2.1.1...v2.2.0
[compare_v2_2_0_and_v2_2_1]: https://github.com/gonzedge/rambling-trie/compare/v2.2.0...v2.2.1
[compare_v2_2_1_and_v2_3_0]: https://github.com/gonzedge/rambling-trie/compare/v2.2.1...v2.3.0
[compare_v2_3_0_and_master]: https://github.com/gonzedge/rambling-trie/compare/v2.3.0...master
[compare_v2_3_0_and_v2_3_1]: https://github.com/gonzedge/rambling-trie/compare/v2.3.0...v2.3.1
[compare_v2_3_1_and_master]: https://github.com/gonzedge/rambling-trie/compare/v2.3.1...master
[design_patterns_null_object]: http://wiki.c2.com/?NullObject
[github_commit_current_key_less_memory]: https://github.com/gonzedge/rambling-trie/commit/218fac218a77e70ba04a3672ff5abfddf6544f57
[github_commit_reduced_memory_footprint]: https://github.com/gonzedge/rambling-trie/commit/aa8c0262f888e88df6a2f1e1351d8f14b21e43c4
Expand Down
2 changes: 1 addition & 1 deletion lib/rambling/trie/version.rb
Expand Up @@ -3,6 +3,6 @@
module Rambling
module Trie
# Current version of the rambling-trie.
VERSION = '2.3.0'
VERSION = '2.3.1'
end
end

0 comments on commit e7c055d

Please sign in to comment.