Skip to content

Commit b5cf339

Browse files
authored
Merge pull request #345 from stefafafan/v4.1
Release 4.1.0
2 parents e93762d + 38080cc commit b5cf339

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# active_hash Changelog
22

3+
## Version [4.1.0] - <sub><sup>2026-04-01</sup></sub>
4+
5+
### Added
6+
7+
- Add `Relation#or` support [#343](https://github.com/active-hash/active_hash/pull/343) @opsys-saito
8+
- Alias `Relation#find_each` and `Base#find_each` to `#each` [#333](https://github.com/active-hash/active_hash/pull/333) @DmitryBarskov
9+
10+
### Fixed
11+
12+
- Fix `exists?` to support ids which are strings [#339](https://github.com/active-hash/active_hash/pull/339) @mtmail
13+
- Fix `model_name` availability when using `ActiveModel::Serialization` [#335](https://github.com/active-hash/active_hash/pull/335) @moznion
14+
315
## Version [4.0.0] - <sub><sup>2025-07-30</sup></sub>
416

517
### Added
@@ -353,8 +365,8 @@
353365
- Setting data to nil correctly causes .all to return an empty array
354366
- Added reload(force) method, so that you can force a reload from files in ActiveFile, useful for tests
355367

356-
[HEAD]: https://github.com/active-hash/active_hash/compare/v3.4.0...HEAD
357-
[3.3.2]: https://github.com/active-hash/active_hash/compare/v3.3.1...v3.4.0
368+
[HEAD]: https://github.com/active-hash/active_hash/compare/v4.1.0...HEAD
369+
[4.1.0]: https://github.com/active-hash/active_hash/compare/v4.0.0...v4.1.0
358370
[3.3.1]: https://github.com/active-hash/active_hash/compare/v3.3.0...v3.3.1
359371
[3.3.0]: https://github.com/active-hash/active_hash/compare/v3.2.1...v3.3.0
360372
[3.2.1]: https://github.com/active-hash/active_hash/compare/v3.2.0...v3.2.1

lib/active_hash/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveHash
22
module Gem
3-
VERSION = "4.0.0"
3+
VERSION = "4.1.0"
44
end
55
end

0 commit comments

Comments
 (0)