Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Thomson committed Jan 13, 2022
1 parent a8336ac commit 7e8c1a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.3.0
- Updates gem to support Rails 5.x (Rails 4.x and earlier are no longer supported due to Rails API changes).
- Adds support for multiple application instances, allowing pre-release application code to be staged for testing.
- Fixes a bug in Fragment.set_record_type affecting some application data handlers for fragment classes that are subclassed from another.

### 0.2.2
- Removes validation of the fragment's root_id (only relevant to child fragments); ignore v0.2.1

Expand Down
2 changes: 1 addition & 1 deletion lib/fragmentary/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Fragmentary
VERSION = "0.2.2"
VERSION = "0.3"
end

0 comments on commit 7e8c1a2

Please sign in to comment.