We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30cc158 commit 685f9ebCopy full SHA for 685f9eb
CHANGES.md
@@ -1,7 +1,11 @@
1
2
### dev
3
4
-[full changelog](http://github.com/yolk/valvat/compare/v1.3.0...master)
+[full changelog](http://github.com/yolk/valvat/compare/v1.4.0...master)
5
+
6
+### 1.4.0 / 2023-07-20
7
8
+[full changelog](http://github.com/yolk/valvat/compare/v1.3.0...v1.4.0)
9
10
* Valvat.configure: Allow global configuration
11
* Update the Cyprus syntax regular expression by [Orien Madgwick](https://github.com/orien))
lib/valvat/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class Valvat
- VERSION = '1.3.0'
+ VERSION = '1.4.0'
end
0 commit comments