1
0
Fork 0
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:
Thorsten Böttger 2014-06-14 22:15:16 +02:00
parent f2b365b583
commit 17cf055f87
2 changed files with 5 additions and 1 deletions

View file

@ -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))

View file

@ -1,3 +1,3 @@
module AASM
VERSION = "3.2.0"
VERSION = "3.2.1"
end