Skip to content

Commit 1f63e99

Browse files
chore(master): release closure_tree 9.6.1 (#487)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f334952 commit 1f63e99

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"9.6.0"}
1+
{".":"9.6.1"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [9.6.1](https://github.com/ClosureTree/closure_tree/compare/closure_tree/v9.6.0...closure_tree/v9.6.1) (2026-03-07)
4+
5+
6+
### Bug Fixes
7+
8+
* triggger release ([f334952](https://github.com/ClosureTree/closure_tree/commit/f3349529d20a1068588bf2e560bd0a53ac9bff2c))
9+
310
## [9.6.0](https://github.com/ClosureTree/closure_tree/compare/closure_tree/v9.5.0...closure_tree/v9.6.0) (2026-02-16)
411

512

lib/closure_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 ClosureTree
4-
VERSION = Gem::Version.new('9.6.0')
4+
VERSION = Gem::Version.new('9.6.1')
55
end

0 commit comments

Comments
 (0)