Skip to content

Commit 5dc3daf

Browse files
authored
Merge pull request #42 from state-machines/release-please--branches--master--components--state_machines-activemodel
chore(master): release state_machines-activemodel 0.10.0
2 parents 43dd535 + d71743d commit 5dc3daf

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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.9.0"
2+
".": "0.10.0"
33
}
44

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [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)
4+
5+
6+
### Features
7+
8+
* remove EOL version of ruby and rails ([865e3e2](https://github.com/state-machines/state_machines-activemodel/commit/865e3e2e42ef16dbe3abe99aa46e9eb4b5870543))
9+
10+
11+
### Bug Fixes
12+
13+
* prepare to release ([8d06fb0](https://github.com/state-machines/state_machines-activemodel/commit/8d06fb049c01aca1b9d45e8c01abaaceaa3f77f9))
14+
* prepare to release 0.10.0 ([43dd535](https://github.com/state-machines/state_machines-activemodel/commit/43dd5352c16911f683e6b411e4ffd64fafeff3c4))

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

0 commit comments

Comments
 (0)