Skip to content

Commit 12c204c

Browse files
committed
Update CHANGELOG for v0.6.2 with prior PR contributions
1 parent abe2e52 commit 12c204c

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)