Skip to content

Commit 3e39a5d

Browse files
committed
chore: prepare release 0.3.12
1 parent 9ac831c commit 3e39a5d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [0.3.12] - 2026-01-07
4+
35
- Add Factory style for inline node creation as a third option alongside Class and Builder styles.
46
- `CallableTree::Node::External.create` and `CallableTree::Node::Internal.create` factory methods
57
- Supports `hookable: true` option for Hooks (before/around/after callbacks)

lib/callable_tree/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module CallableTree
4-
VERSION = '0.3.11'
4+
VERSION = '0.3.12'
55
end

0 commit comments

Comments
 (0)