Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.2.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Bria Nuke Integration - Changelog

## [0.2.1](https://github.com/Bria-AI/Nuke-tools/compare/bria-nuke-v0.2.0...bria-nuke-v0.2.1) (2026-06-02)


### Bug Fixes

* **paths:** honor per-node use_global_project_path knob in resolve_output_path ([894abeb](https://github.com/Bria-AI/Nuke-tools/commit/894abeb9093b7f3c591912f61a2a95d58569d448))
* **paths:** persistent Desktop fallback for output paths (mirrors Houdini) ([5b548fc](https://github.com/Bria-AI/Nuke-tools/commit/5b548fc2b9558db8d15e0d259de0bc6dd11546ad))
* **paths:** re-sync per-node project-path knob on script load ([86cd63f](https://github.com/Bria-AI/Nuke-tools/commit/86cd63fd208c6ab5606f3c65932a172962510c5f))

## [0.2.0](https://github.com/Bria-AI/Nuke-tools/compare/bria-nuke-v0.1.1...bria-nuke-v0.2.0) (2026-06-01)


Expand Down
2 changes: 1 addition & 1 deletion bria_core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0" # x-release-please-version
__version__ = "0.2.1" # x-release-please-version
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "bria-nuke"
description = "Bria.ai Python Nuke integration"
version = "0.1.1"
version = "0.2.1"
readme = "README.md"
authors = [{ name = "Bria.ai" }]
maintainers = [
Expand Down