Skip to content

Commit

Permalink
Merge pull request #187 from wata727/releases/5_3_0
Browse files Browse the repository at this point in the history
Bump up version to v5.3.0
  • Loading branch information
wata727 authored Jan 16, 2025
2 parents 7146f90 + e0698da commit 3cdcb72
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 5.3.0

### Added

### Changed

- [Replace `default` overrides from `load_schema!` to `attribute` #172](https://github.com/kufu/activerecord-bitemporal/pull/172)
- [`Or` node changed to `Nary` in Rails 7.2 #173](https://github.com/kufu/activerecord-bitemporal/pull/173)
- [Exclude record valid range end in uniqueness validation #184](https://github.com/kufu/activerecord-bitemporal/pull/184)

### Deprecated

### Removed

### Fixed

### Chores

- [Add specs under specific conditions #171](https://github.com/kufu/activerecord-bitemporal/pull/171)
- [Add Dependabot for GitHub Actions #174](https://github.com/kufu/activerecord-bitemporal/pull/174)
- [Bump actions/checkout from 3 to 4 #175](https://github.com/kufu/activerecord-bitemporal/pull/175)
- [Replace CircleCI with GitHub Actions #177](https://github.com/kufu/activerecord-bitemporal/pull/177)
- [Update README as `within_deleted` and `without_deleted` are deprecated #178](https://github.com/kufu/activerecord-bitemporal/pull/178)
- [Fix typo #181](https://github.com/kufu/activerecord-bitemporal/pull/181)
- [Fix #force_update block comment #183](https://github.com/kufu/activerecord-bitemporal/pull/183)
- [Support Docker Compose V2 #186](https://github.com/kufu/activerecord-bitemporal/pull/186)

## 5.2.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/activerecord-bitemporal/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActiveRecord
module Bitemporal
VERSION = "5.2.0"
VERSION = "5.3.0"
end
end

0 comments on commit 3cdcb72

Please sign in to comment.