mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
version bump to 3.1.0
This commit is contained in:
parent
8b9ad865a4
commit
d2372e6c3c
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
* deprecated old aasm_* class methods (old-style DSL), in preparation for AASM v4.0.0
|
* deprecated old aasm_* class methods (old-style DSL), in preparation for AASM v4.0.0
|
||||||
|
|
||||||
## 3.1.0 (not yet released)
|
## 3.1.0
|
||||||
|
|
||||||
* validating the current state (see [issue #95](https://github.com/aasm/aasm/issues/95), thanks to [@ivantsepp](https://github.com/ivantsepp))
|
* validating the current state (see [issue #95](https://github.com/aasm/aasm/issues/95), thanks to [@ivantsepp](https://github.com/ivantsepp))
|
||||||
* allow configuring behavior of nested transactions (see [issue #107](https://github.com/aasm/aasm/issues/107))
|
* allow configuring behavior of nested transactions (see [issue #107](https://github.com/aasm/aasm/issues/107))
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module AASM
|
module AASM
|
||||||
VERSION = "3.0.26"
|
VERSION = "3.1.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue