Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andriusch committed Nov 28, 2022
1 parent 41b12f3 commit 2381460
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# master

# Version 0.1.0
## v0.1.1

Forked from ActiveData, see https://github.com/pyromaniac/active_data/blob/v1.2.0/CHANGELOG.md for changes before this
- Fixed represented error message copying when represented model uses symbols for `message`.

## v0.1.0

- Forked from ActiveData, see https://github.com/pyromaniac/active_data/blob/v1.2.0/CHANGELOG.md for changes before this
2 changes: 1 addition & 1 deletion lib/granite/form/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Granite
module Form
VERSION = '0.1.0'.freeze
VERSION = '0.1.1'.freeze
end
end

0 comments on commit 2381460

Please sign in to comment.