1
0
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:
Dan Barber 2012-08-18 10:53:30 +01:00
parent 5dc5bdf661
commit 2a63cb3e02
2 changed files with 13 additions and 1 deletions

12
CHANGELOG.md Normal file
View 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.

View File

@ -1,3 +1,3 @@
module Slugtastic
VERSION = "0.2.0.alpha"
VERSION = "0.2.0"
end