Skip to content

Commit 00cc17c

Browse files
chore(master): release state_machines-activemodel 0.31.0 (#44)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3e19695 commit 00cc17c

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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.10.0"
2+
".": "0.31.0"
33
}
44

CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### Features
7+
8+
* modernize ActiveModel integration with backward compatibility ([a0a6c5f](https://github.com/state-machines/state_machines-activemodel/commit/a0a6c5f033687913b669fbc78e0f42c782502c83))
9+
* modernize ActiveModel integration with backward compatibility ([8b6a779](https://github.com/state-machines/state_machines-activemodel/commit/8b6a779e5683dcdef18f2e082f261c581e2a9d32))
10+
* modernize ActiveModel integration with Ruby 3+ patterns ([6a15719](https://github.com/state-machines/state_machines-activemodel/commit/6a15719013d2a734ff33e60482e624c37022c8ba))
11+
* modernize ActiveModel integration with Ruby 3+ patterns ([f3ee659](https://github.com/state-machines/state_machines-activemodel/commit/f3ee6592f5fa49878885eebc927844ca1ab91038))
12+
13+
14+
### Bug Fixes
15+
16+
* preserve custom human_name for both states and events ([3e19695](https://github.com/state-machines/state_machines-activemodel/commit/3e196956f050a85e1074bc4c108eb77b27a16b07))
17+
* preserve custom human_name for both states and events ([d7a41ba](https://github.com/state-machines/state_machines-activemodel/commit/d7a41bad420f0e999089fa87b0c00bc34f7b93f6)), closes [#37](https://github.com/state-machines/state_machines-activemodel/issues/37) [#38](https://github.com/state-machines/state_machines-activemodel/issues/38)
18+
319
## [0.10.0](https://github.com/state-machines/state_machines-activemodel/compare/state_machines-activemodel-v0.9.0...state_machines-activemodel/v0.10.0) (2025-06-12)
420

521

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.10.0'
6+
VERSION = '0.31.0'
77
end
88
end
99
end

0 commit comments

Comments
 (0)