Skip to content

Commit

Permalink
Timestamp v0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jan 9, 2025
1 parent 4afdd5d commit d9fe49e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d9fe49e

Please sign in to comment.