Skip to content

Commit c2282f2

Browse files
committed
Bump the version to 0.6.4
1 parent 72622a2 commit c2282f2

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.6.4] - 2026-04-05
6+
7+
### Changed
8+
9+
- Require registered agent files directly
10+
11+
### Fixed
12+
13+
- Skip duplicate gems from Huginn when loading development dependencies
14+
515
## [0.6.3] - 2026-04-05
616

717
### Added
@@ -114,7 +124,8 @@ All notable changes to this project will be documented in this file.
114124
- First official and working release
115125

116126

117-
[Unreleased]: https://github.com/huginn/huginn_agent/compare/v0.6.3...HEAD
127+
[Unreleased]: https://github.com/huginn/huginn_agent/compare/v0.6.4...HEAD
128+
[0.6.4]: https://github.com/huginn/huginn_agent/compare/v0.6.3...v0.6.4
118129
[0.6.3]: https://github.com/huginn/huginn_agent/compare/v0.6.2...v0.6.3
119130
[0.6.2]: https://github.com/huginn/huginn_agent/compare/v0.6.1...v0.6.2
120131
[0.6.1]: https://github.com/huginn/huginn_agent/compare/v0.6.0...v0.6.1

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.3"
2+
VERSION = "0.6.4"
33
end

0 commit comments

Comments
 (0)