Skip to content

Commit f6c95f4

Browse files
committed
Prepare for v2.3.5
1 parent 70ea3d8 commit f6c95f4

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121

2222
### Security
2323

24-
[Unreleased]: https://github.com/hanami/cli/compare/v2.3.4...HEAD
24+
[Unreleased]: https://github.com/hanami/cli/compare/v2.3.5...HEAD
25+
26+
## [2.3.5] - 2026-02-06
27+
28+
### Changed
29+
30+
- In `assets` commands, provide the node command with the assets config path _relative to app root_ instead of an absolute path (`config/assets.js` instead of `/full/path/to/config/assets.js`). This allows the assets commands to work in environments where Node.js is "sandboxed" in such a way that it doesn't share the same absolute path. (@haileys in #381).
31+
32+
[2.3.4]: https://github.com/hanami/cli/compare/v2.3.4...v2.3.5
2533

2634
## [2.3.4] - 2026-01-23
2735

lib/hanami/cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ module CLI
66
#
77
# @api public
88
# @since 2.0.0
9-
VERSION = "2.3.4"
9+
VERSION = "2.3.5"
1010
end
1111
end

0 commit comments

Comments
 (0)