Skip to content

Commit

Permalink
Merge pull request #319 from sparklemotion/flavorjones-release-v1.4.3
Browse files Browse the repository at this point in the history
version bump to v1.4.3
  • Loading branch information
tenderlove authored Jun 13, 2022
2 parents bbb05d9 + cfecd89 commit d9ea4ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
=== 1.4.2
=== 1.4.3 (2022-05-25)

* Enhancements
* Disable non-standard support for double-quoted string literals via the `:strict` option. [#317] (Thank you, @casperisfine!)
* Column type names are now explicitly downcased on platforms where they may have been in shoutcaps. [#315] (Thank you, @petergoldstein!)
* Support File or Pathname arguments to `Database.new`. [#283] (Thank you, @yb66!)
* Support building on MSVC. [#285] (Thank you, @jmarrec!)


=== 1.4.2 (2019-12-18)

* Travis: Drop unused setting "sudo: false"
* The taint mechanism will be deprecated in Ruby 2.7
Expand Down
4 changes: 2 additions & 2 deletions lib/sqlite3/version.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module SQLite3

VERSION = '1.4.2'
VERSION = '1.4.3'

module VersionProxy

MAJOR = 1
MINOR = 4
TINY = 2
TINY = 3
BUILD = nil

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

0 comments on commit d9ea4ca

Please sign in to comment.