We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac831c commit 3e39a5dCopy full SHA for 3e39a5d
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## [Unreleased]
2
3
+## [0.3.12] - 2026-01-07
4
+
5
- Add Factory style for inline node creation as a third option alongside Class and Builder styles.
6
- `CallableTree::Node::External.create` and `CallableTree::Node::Internal.create` factory methods
7
- Supports `hookable: true` option for Hooks (before/around/after callbacks)
lib/callable_tree/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module CallableTree
- VERSION = '0.3.11'
+ VERSION = '0.3.12'
end
0 commit comments