We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afdd5d commit d9fe49eCopy full SHA for d9fe49e
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11
steps:
12
- name: Check out the repo
13
- uses: actions/checkout@4
+ uses: actions/checkout@v4
14
- name: Setup Perl
15
uses: shogo82148/actions-setup-perl@v1
16
- name: Install Release Dependencies
Changes
@@ -1,6 +1,6 @@
1
Revision history for Perl extension URI::db.
2
3
-0.23
+0.23 2025-01-09T02:48:06Z
4
- Added URI::clickhouse. Thanks to Ilia Rassadin for the PR (#18).
5
- Changed the MySQL (and MariaDB) URI `dbi_dsn()` method to use
6
DBD::MariaDB instead of DBD::mysql, because it better supports older
0 commit comments