We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e8795 commit 02f5d91Copy full SHA for 02f5d91
CHANGELOG.md
@@ -1,7 +1,12 @@
1
+## v1.3.0
2
+
3
+- Changes:
4
+ - Support Rails 6.
5
6
## v1.2.0
7
8
- Features:
- - `money` filter now allows negative numbers.
9
+ - `money` filter now allows negative numbers.
10
11
## v1.1.1
12
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- normalizy (1.2.0)
+ normalizy (1.3.0)
activerecord (>= 4.1)
GEM
lib/normalizy/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Normalizy
- VERSION = '1.2.0'
+ VERSION = '1.3.0'
end
0 commit comments