Skip to content

Commit a140754

Browse files
committed
Bumping version
1 parent 4038e8a commit a140754

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.rdoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
=== 1.4.2
2+
3+
* Travis: Drop unused setting "sudo: false"
4+
* The taint mechanism will be deprecated in Ruby 2.7
5+
* Fix Ruby 2.7 rb_check_safe_obj warnings
6+
* Update travis config
7+
8+
=== 1.4.1
9+
10+
* Don't mandate dl functions for the extention build
11+
* bumping version
12+
113
=== 1.4.0
214

315
* Enhancements

lib/sqlite3/version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module SQLite3
22

3-
VERSION = '1.4.1'
3+
VERSION = '1.4.2'
44

55
module VersionProxy
66

77
MAJOR = 1
8-
MINOR = 3
9-
TINY = 13
8+
MINOR = 4
9+
TINY = 2
1010
BUILD = nil
1111

1212
STRING = [ MAJOR, MINOR, TINY, BUILD ].compact.join( "." )

0 commit comments

Comments
 (0)