Skip to content

Commit 13c834a

Browse files
committed
Release candidate R2.1.1.
1 parent e9ca1a9 commit 13c834a

5 files changed

Lines changed: 13 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rubytree (2.1.0)
4+
rubytree (2.1.1)
55
json (~> 2.0, > 2.9)
66

77
GEM

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# History of Changes
22

3+
### 2.1.1 / 2024-12-19
4+
5+
* 2.1.1 is a minor update that updates all dependencies and updates the guard
6+
clause for creating a tree from a hash.
7+
38
### 2.1.0 / 2024-08-12
49

510
* Minimum Ruby version has been bumped to 2.7. This is needed to use the

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ A big thanks to the following contributors for helping improve **RubyTree**:
231231
specialized tree nodes (sub-classes of `Tree::TreeNode`).
232232
13. [Jakub Pavlik](https://github.com/igneus) for fixing the creation of
233233
detached copies of unclonable objects such as `:symbol`, `true|false`, etc.
234+
14. [bghalami-rc](https://github.com/bghalami-rc) for updating the guard clause
235+
in the `from_hash` method.
236+
234237

235238
## LICENSE: ##
236239

lib/tree/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535

3636
module Tree
3737
# Rubytree Package Version
38-
VERSION = '2.1.0'
38+
VERSION = '2.1.1'
3939
end

rubytree.gemspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ Gem::Specification.new do |s|
8484
Thank you for installing RubyTree.
8585
8686
Note::
87+
- 2.1.1 is a minor update that updates all dependencies and
88+
Updates the guard clause for creating a tree from a hash.
89+
8790
- 2.1.0 is a minor update that brings all libraries to their
8891
latest stable versions. This version no longer supports
8992
Ruby 2.6 (minimum requirement is now >= 2.7).

0 commit comments

Comments
 (0)