Skip to content

Commit eda68ff

Browse files
committed
Releasing R2.0.0.
This is a major update to the library, with many changes, including: 1. Updated APIs and removal of legacy/deprecated APIs and code 2. New features from merged community pull-requests 3. Code refactoring for quality and standards compliance 4. Transition from `travis-ci` to `Github workflows` 5. Updated documentation 6. General code modernization (including support for Ruby 3.x)
1 parent 4418bd5 commit eda68ff

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

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.0.0.pre'
38+
VERSION = '2.0.0'
3939
end

rubytree.gemspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ Gem::Specification.new do |s|
9898
9999
- Support for `CamelCase` methods names has bee removed.
100100
101+
- The predicate methods no longer have `is_` or `has_` prefixes. However,
102+
aliases with these prefixes exist to support existing client code.
103+
101104
- Use of integers as node names does not require the optional
102105
`num_as_name` flag.
103106

0 commit comments

Comments
 (0)