Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Elliott committed Jun 15, 2011
1 parent 402f998 commit 618b131
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 1.0.0 ###

* New shorthand syntax for sequences
* Configuration for fabrication directory location
* Fabricator file loading enhancements
* (bugfix) only call after_create when save is performed
* Reworking of fabrication steps (run generate to get the updates)

### 0.9.5 (01/17/2010) ###

* Refactor cucumber step support code
Expand Down
2 changes: 1 addition & 1 deletion lib/fabrication/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Fabrication
VERSION = '0.9.5'
VERSION = '1.0.0'
end

0 comments on commit 618b131

Please sign in to comment.