Skip to content

Commit 78ca133

Browse files
committed
Release 2.2.2
1 parent 2eeb18b commit 78ca133

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Changelog for crate-pdo
55
Unreleased
66
==========
77

8+
2025/02/12 2.2.2
9+
================
10+
11+
- PHP 8.4: Fix deprecation warnings
12+
813
2025/02/12 2.2.1
914
================
1015

src/Crate/PDO/PDOCrateDB.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class PDOCrateDB extends BasePDO implements PDOInterface
3737
{
3838
use PDOImplementation;
3939

40-
public const VERSION = '2.2.1';
40+
public const VERSION = '2.2.2';
4141
public const DRIVER_NAME = 'crate';
4242

4343
public const DSN_REGEX = '/^(?:crate:)(?:((?:[\w\.-]+:\d+\,?)+))\/?([\w]+)?$/';

0 commit comments

Comments
 (0)