Skip to content

Commit 83eaf58

Browse files
committed
Release v0.6.2
1 parent b78e060 commit 83eaf58

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

lib/huginn_agent/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class HuginnAgent
2-
VERSION = '0.6.1'
2+
VERSION = '0.6.2'
33
end

0 commit comments

Comments
 (0)