File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,16 @@ All notable changes to this project will be documented in this file.
88
99### Changed
1010
11+ ### Fixed
12+
13+ ## [ 0.6.2] - 2026-04-05
14+
15+ ### Changed
16+
1117- Use shallow clone (` --depth 1 ` ) when cloning and fetching the Huginn source for running specs
18+ - Replace deprecated ` Bundler.with_clean_env ` with ` Bundler.with_unbundled_env `
19+ - Remove Rails classic loader fallback in favor of Zeitwerk only
20+ - Loosen development dependency version constraints
1221
1322### Fixed
1423
@@ -87,7 +96,8 @@ All notable changes to this project will be documented in this file.
8796- First official and working release
8897
8998
90- [ Unreleased ] : https://github.com/huginn/huginn_agent/compare/v0.6.1...HEAD
99+ [ Unreleased ] : https://github.com/huginn/huginn_agent/compare/v0.6.2...HEAD
100+ [ 0.6.2 ] : https://github.com/huginn/huginn_agent/compare/v0.6.1...v0.6.2
91101[ 0.6.1 ] : https://github.com/huginn/huginn_agent/compare/v0.6.0...v0.6.1
92102[ 0.6.0 ] : https://github.com/huginn/huginn_agent/compare/v0.5.0...v0.6.0
93103[ 0.5.0 ] : https://github.com/huginn/huginn_agent/compare/v0.4.3...v0.5.0
Original file line number Diff line number Diff line change 11class HuginnAgent
2- VERSION = '0.6.1 '
2+ VERSION = '0.6.2 '
33end
You can’t perform that action at this time.
0 commit comments