File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,15 +12,25 @@ All notable changes to this project will be documented in this file.
1212
1313## [ 0.6.2] - 2026-04-05
1414
15+ ### Added
16+
17+ - Define ` Rails::Engine ` in generated Agent gems (@alessio-signorini )
18+ - Make compatible with Rails 6 & 7 Zeitwerk loader (@overhacked )
19+
1520### Changed
1621
17- - 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 `
1922- Remove Rails classic loader fallback in favor of Zeitwerk only
23+ - Replace deprecated ` Bundler.with_clean_env ` with ` Bundler.with_unbundled_env `
2024- Loosen development dependency version constraints
25+ - Use shallow clone (` --depth 1 ` ) when cloning and fetching the Huginn source for running specs
26+ - Migrate CI from Travis to GitHub Actions
27+ - Add RubyGems trusted publishing workflow
2128
2229### Fixed
2330
31+ - Fix invalid argument for ` default_schedule ` (@sfischer13 )
32+ - Update URLs (@sfischer13 )
33+ - Fix typo in README (@pacharanero )
2434- Replace deprecated ` File.exists? ` with ` File.exist? `
2535
2636## [ 0.6.1] - 2017-09-22
You can’t perform that action at this time.
0 commit comments