mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
version bump to 3.0.17
This commit is contained in:
parent
a4d2e76a92
commit
87b13ca300
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 3.0.17
|
||||||
|
|
||||||
* supporting instance level inspection for states (including permissible state, see issue #54)
|
* supporting instance level inspection for states (including permissible state, see issue #54)
|
||||||
* added autocreation of constants for each state ([@jherdman](https://github.com/jherdman))
|
* added autocreation of constants for each state ([@jherdman](https://github.com/jherdman))
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module AASM
|
module AASM
|
||||||
VERSION = "3.0.16"
|
VERSION = "3.0.17"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue