Skip to content

Commit 12fc329

Browse files
committed
version bump to v1.5.3
1 parent 5ec7855 commit 12fc329

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# sqlite3-ruby Changelog
22

3+
## 1.5.3 / 2022-10-11
4+
5+
### Fixed
6+
7+
* Fixed installation of the "ruby" platform gem when building from source on Fedora. In v1.5.0..v1.5.2, installation failed on some systems due to the behavior of Fedora's pkg-config implementation. [#355]
8+
9+
310
## 1.5.2 / 2022-10-01
411

512
### Packaging

lib/sqlite3/version.rb

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

3-
VERSION = "1.5.2"
3+
VERSION = "1.5.3"
44

55
module VersionProxy
66
MAJOR = 1
77
MINOR = 5
8-
TINY = 2
8+
TINY = 3
99
BUILD = nil
1010

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

0 commit comments

Comments
 (0)