Skip to content

Commit 42ca254

Browse files
committed
Version 0.10
1 parent 7be04a8 commit 42ca254

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.10 2025-08-10
2+
3+
- Add query, execute methods to ConnectionPool
4+
- Switch from Papercraft to P2
5+
16
## 0.9.2 2025-07-24
27

38
- Fix logging

lib/syntropy/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 Syntropy
4-
VERSION = '0.9.2'
4+
VERSION = '0.10'
55
end

0 commit comments

Comments
 (0)