Skip to content

Commit c9c8741

Browse files
danielebarbarogithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 09188e5 commit c9c8741

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to `laravel-sql-dialect` will be documented in this file.
44

5+
## v1.0.1 - Metadata only - 2026-09-02
6+
7+
### Metadata only
8+
9+
No code changes. `src/` is byte identical to v1.0.0.
10+
11+
This release exists to correct package metadata that was fixed after v1.0.0 was tagged. Packagist froze its snapshot of v1.0.0 at the earlier commit, correctly refusing the re-tag, so the corrected metadata needs a new version to reach it.
12+
13+
#### What changed
14+
15+
The package description and the Packagist keywords now match the ones shown on GitHub, and the keyword list gained the three drivers the suite actually runs against (`postgresql`, `mysql`, `sqlite`) plus `query-builder`. `CHANGELOG.md` now carries the 1.0.0 entry, which the release automation added after v1.0.0 had already been tagged.
16+
17+
If you are on v1.0.0 there is no reason to upgrade beyond tidiness. The code you have is the code in this release.
18+
519
## v1.0.0 - Cross driver SQL helpers - 2026-09-02
620

721
### 🧩 Cross driver SQL helpers for Laravel
@@ -42,4 +56,5 @@ If all you need is a case insensitive partial match inside a `spatie/laravel-que
4256
```bash
4357
composer require plin-code/laravel-sql-dialect
4458

59+
4560
```

0 commit comments

Comments
 (0)