Skip to content

Commit 685f9eb

Browse files
committed
Prepared v1.3.0
1 parent 30cc158 commit 685f9eb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11

22
### dev
33

4-
[full changelog](http://github.com/yolk/valvat/compare/v1.3.0...master)
4+
[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)
59

610
* Valvat.configure: Allow global configuration
711
* Update the Cyprus syntax regular expression by [Orien Madgwick](https://github.com/orien))

lib/valvat/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class Valvat
4-
VERSION = '1.3.0'
4+
VERSION = '1.4.0'
55
end

0 commit comments

Comments
 (0)