Skip to content

Commit

Permalink
Prepared 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
olejrosendahl committed Nov 10, 2015
1 parent 04cb7a6 commit 1f243bf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.7.0] - 2015-11-09
### Added
- Wrap label and value in tags.
- `:defaults` options. Apply same options to all elements.
- `:wrapper` options (change default wrappers).
- `:label_html` and `:value_html` to set attributes on tags.
### Changed
- Improved implementation slightly.

## [0.6.1] - 2015-10-29
### Changed
- Updated dependencies.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
attributes_for (0.6.1)
attributes_for (0.7.0)
chronic_duration (~> 0.10)
font-awesome-rails (~> 4.0)
phony (~> 2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/attributes_for/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AttributesFor
VERSION = "0.6.1"
VERSION = "0.7.0"
end

0 comments on commit 1f243bf

Please sign in to comment.