mirror of
https://github.com/danbee/slugtastic
synced 2025-03-04 08:49:05 +00:00
Added changelog. Updated version to v0.2.0 ready for release.
This commit is contained in:
parent
5dc5bdf661
commit
2a63cb3e02
12
CHANGELOG.md
Normal file
12
CHANGELOG.md
Normal file
@ -0,0 +1,12 @@
|
||||
## v0.2.0
|
||||
|
||||
* Rebuild of gem using bundler.
|
||||
* Full spec added.
|
||||
|
||||
## v0.1.2
|
||||
|
||||
* Fixed minor bug when the source field is empty.
|
||||
|
||||
## v0.1.1
|
||||
|
||||
* Initial release.
|
||||
@ -1,3 +1,3 @@
|
||||
module Slugtastic
|
||||
VERSION = "0.2.0.alpha"
|
||||
VERSION = "0.2.0"
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user