We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163f9a6 commit 46a8684Copy full SHA for 46a8684
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## [Unreleased]
2
3
+## [0.3.11] - 2026-01-03
4
+
5
- Fix a typo in `Strategizable#strategize` where it incorrectly called `strategy!` instead of `strategize!`.`
6
7
## [0.3.10] - 2022-12-30
lib/callable_tree/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module CallableTree
- VERSION = '0.3.10'
+ VERSION = '0.3.11'
end
0 commit comments