Skip to content

Commit

Permalink
Bumping version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gregbell committed Oct 29, 2011
1 parent c2103ad commit eb3d2a7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@

* #527: Active Admin now requires Formtastic 2.0 or > @ebeigarts

## 0.3.3

1 commit by 1 author

### Enhancements

* Only reload Active Admin when files in the load paths have changed. This is a
major speed increase in development mode. Also helps with memory consumption
because we aren't reloading Active admin all the time.

### Contributors

* Greg Bell

## 0.3.2

45 commits by 15 contributors
Expand Down
2 changes: 1 addition & 1 deletion lib/active_admin/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveAdmin
VERSION = '0.3.2'
VERSION = '0.3.3'
end

0 comments on commit eb3d2a7

Please sign in to comment.