Skip to content

Commit 92e9686

Browse files
chore(master): release state_machines-activemodel 0.31.1 (#48)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 51fe6fc commit 92e9686

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.31.0"
2+
".": "0.31.1"
33
}
44

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.31.1](https://github.com/state-machines/state_machines-activemodel/compare/state_machines-activemodel/v0.31.0...state_machines-activemodel/v0.31.1) (2025-07-25)
4+
5+
6+
### Bug Fixes
7+
8+
* update tests to avoid warning syntax ([#47](https://github.com/state-machines/state_machines-activemodel/issues/47)) ([51fe6fc](https://github.com/state-machines/state_machines-activemodel/commit/51fe6fc2dc6977b40b733aa940faba4db3dc48d6))
9+
310
## [0.31.0](https://github.com/state-machines/state_machines-activemodel/compare/state_machines-activemodel/v0.10.0...state_machines-activemodel/v0.31.0) (2025-06-29)
411

512

lib/state_machines/integrations/active_model/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module StateMachines
44
module Integrations
55
module ActiveModel
6-
VERSION = '0.100.0'
6+
VERSION = '0.31.1'
77
end
88
end
99
end

0 commit comments

Comments
 (0)