mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
version bump to 3.0.8 (fixed yard issue)
This commit is contained in:
parent
0726cb615b
commit
949bb42a4d
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 3.0.8
|
||||||
|
|
||||||
|
* fixed issue with generating docs using yard
|
||||||
|
|
||||||
## 3.0.7
|
## 3.0.7
|
||||||
|
|
||||||
* removed deprecation warning when localizing aasm state names (look at https://github.com/rubyist/aasm/issues/38 for details)
|
* removed deprecation warning when localizing aasm state names (look at https://github.com/rubyist/aasm/issues/38 for details)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module AASM
|
module AASM
|
||||||
VERSION = "3.0.7"
|
VERSION = "3.0.8"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue