mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
version bump to 3.2.1
This commit is contained in:
parent
f2b365b583
commit
17cf055f87
2 changed files with 5 additions and 1 deletions
|
@ -4,6 +4,10 @@
|
|||
|
||||
* deprecated old aasm_* class methods (old-style DSL), in preparation for AASM v4.0.0
|
||||
|
||||
## 3.2.1
|
||||
|
||||
* bugfix: permissible_events and events did not contain events with an empty "from" transition (see [issue #140](https://github.com/aasm/aasm/issues/140) and [issue #141](https://github.com/aasm/aasm/issues/141), thanks to [@daniel-rikowski](https://github.com/daniel-rikowski))
|
||||
|
||||
## 3.2.0
|
||||
|
||||
* support [Sequel](http://sequel.jeremyevans.net/) (see [issue #119](https://github.com/aasm/aasm/issues/119), thanks to [@godfat](https://github.com/godfat))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "3.2.0"
|
||||
VERSION = "3.2.1"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue