Skip to content

Commit 31ea008

Browse files
committed
version bump to 1.5.0 (final)
1 parent 23721a7 commit 31ea008

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sqlite3-ruby Changelog
22

3-
## 1.5.0 / unreleased
3+
## 1.5.0 / 2022-09-08
44

55
### Packaging
66

lib/sqlite3/version.rb

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

3-
VERSION = "1.5.0.rc2"
3+
VERSION = "1.5.0"
44

55
module VersionProxy
6-
76
MAJOR = 1
87
MINOR = 5
98
TINY = 0
10-
BUILD = "rc2"
9+
BUILD = nil
1110

1211
STRING = [ MAJOR, MINOR, TINY, BUILD ].compact.join( "." )
13-
#:beta-tag:
1412

1513
VERSION = ::SQLite3::VERSION
1614
end

0 commit comments

Comments
 (0)