From d9fe49ee885448a502f3b8975ec7fb08cecc154c Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Wed, 8 Jan 2025 21:46:23 -0500 Subject: [PATCH] Timestamp v0.23 --- .github/workflows/release.yml | 2 +- Changes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 750c264..0e912c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Check out the repo - uses: actions/checkout@4 + uses: actions/checkout@v4 - name: Setup Perl uses: shogo82148/actions-setup-perl@v1 - name: Install Release Dependencies diff --git a/Changes b/Changes index 730e2f5..20dcf3c 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension URI::db. -0.23 +0.23 2025-01-09T02:48:06Z - Added URI::clickhouse. Thanks to Ilia Rassadin for the PR (#18). - Changed the MySQL (and MariaDB) URI `dbi_dsn()` method to use DBD::MariaDB instead of DBD::mysql, because it better supports older