Skip to content

Commit 36042b1

Browse files
committed
Bump version and update CHANGELOG
1 parent 21b607f commit 36042b1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## [Unreleased]
22

3+
## [0.4.0] - 2023-12-10
4+
5+
- Ensure transactions are IMMEDIATE and not DEFERRED
6+
- Ensure that our `busy_handler` is the very first configuration to be set on a connection
7+
- Simplify and speed up our `busy_handler` implementation
8+
39
## [0.3.0] - 2023-12-06
410

511
- Added a more performant implementation of the the `timeout` mechanism

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
activerecord-enhancedsqlite3-adapter (0.3.0)
4+
activerecord-enhancedsqlite3-adapter (0.4.0)
55
activerecord (>= 7.1)
66
sqlite3 (~> 1.6)
77

lib/enhanced_sqlite3/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
module EnhancedSQLite3
4-
VERSION = "0.3.0"
4+
VERSION = "0.4.0"
55
end

0 commit comments

Comments
 (0)