Skip to content

Commit

Permalink
Release 2.1.1. (#111)
Browse files Browse the repository at this point in the history
This includes:

1. Updated guard clause for the `from_hash` method
2. Updated dependencies.
  • Loading branch information
evolve75 committed Dec 20, 2024
1 parent e9ca1a9 commit c71a151
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rubytree (2.1.0)
rubytree (2.1.1)
json (~> 2.0, > 2.9)

GEM
Expand Down
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# History of Changes

### 2.1.1 / 2024-12-19

* 2.1.1 is a minor update that updates all dependencies and updates the guard
clause for creating a tree from a hash.

### 2.1.0 / 2024-08-12

* Minimum Ruby version has been bumped to 2.7. This is needed to use the
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ A big thanks to the following contributors for helping improve **RubyTree**:
specialized tree nodes (sub-classes of `Tree::TreeNode`).
13. [Jakub Pavlik](https://github.com/igneus) for fixing the creation of
detached copies of unclonable objects such as `:symbol`, `true|false`, etc.
14. [bghalami-rc](https://github.com/bghalami-rc) for updating the guard clause
in the `from_hash` method.


## LICENSE: ##

Expand Down
2 changes: 1 addition & 1 deletion lib/tree/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@

module Tree
# Rubytree Package Version
VERSION = '2.1.0'
VERSION = '2.1.1'
end
3 changes: 3 additions & 0 deletions rubytree.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ Gem::Specification.new do |s|
Thank you for installing RubyTree.
Note::
- 2.1.1 is a minor update that updates all dependencies and
Updates the guard clause for creating a tree from a hash.
- 2.1.0 is a minor update that brings all libraries to their
latest stable versions. This version no longer supports
Ruby 2.6 (minimum requirement is now >= 2.7).
Expand Down

0 comments on commit c71a151

Please sign in to comment.