Skip to content

Commit d9fe49e

Browse files
committed
Timestamp v0.23
1 parent 4afdd5d commit d9fe49e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1111
steps:
1212
- name: Check out the repo
13-
uses: actions/checkout@4
13+
uses: actions/checkout@v4
1414
- name: Setup Perl
1515
uses: shogo82148/actions-setup-perl@v1
1616
- name: Install Release Dependencies

Changes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for Perl extension URI::db.
22

3-
0.23
3+
0.23 2025-01-09T02:48:06Z
44
- Added URI::clickhouse. Thanks to Ilia Rassadin for the PR (#18).
55
- Changed the MySQL (and MariaDB) URI `dbi_dsn()` method to use
66
DBD::MariaDB instead of DBD::mysql, because it better supports older

0 commit comments

Comments
 (0)