From b135bcbc747be97dea7239f19a1887d63c4098d7 Mon Sep 17 00:00:00 2001 From: Hadrien David Date: Mon, 17 Feb 2025 14:02:57 -0500 Subject: [PATCH] chore: fix changelog --- CHANGELOG.md | 8 +++---- docs/changelog.md | 57 +---------------------------------------------- 2 files changed, 4 insertions(+), 61 deletions(-) mode change 100644 => 120000 docs/changelog.md diff --git a/CHANGELOG.md b/CHANGELOG.md index b630188..3d00222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# CHANGELOG +# Changelog ## v0.3.0 (2025-02-17) @@ -14,14 +14,12 @@ * docs: setup mkdocs-material + add documentation (#13) ([`c8367fc`](https://github.com/hadrien/FastSQLA/commit/c8367fc642a27f61ca7a065df3f04ba16506276a)) +* docs: fix typo in README (#12) ([`4e58835`](https://github.com/hadrien/FastSQLA/commit/4e58835c22a613074ba24f5b9840f505a6c56497)) + ### Feature * feat: add support for SQLModel (#18) ([`edf2310`](https://github.com/hadrien/FastSQLA/commit/edf23107a44908f782786658e5aa44874d64bb36)) -### Unknown - -* doc: fix typo in README (#12) ([`4e58835`](https://github.com/hadrien/FastSQLA/commit/4e58835c22a613074ba24f5b9840f505a6c56497)) - ## v0.2.4 (2025-01-27) ### Documentation diff --git a/docs/changelog.md b/docs/changelog.md deleted file mode 100644 index 55703c1..0000000 --- a/docs/changelog.md +++ /dev/null @@ -1,56 +0,0 @@ -# Changelog - -## v0.2.4 (2025-01-27) - -### Documentation - -* docs: change project name & write a better README (#10) ([`af90cc5`](https://github.com/hadrien/FastSQLA/commit/af90cc5d8451f7184e40c30e942ef5ae43cfc888)) - -### Fix - -* fix: release & publish using new name **FastSQLA** (#11) ([`2ae70e4`](https://github.com/hadrien/FastSQLA/commit/2ae70e42a993d3a351c78fb43fd213f27ea88750)) - -## v0.2.3 (2025-01-19) - -### Fix - -* fix: remove SQLAlchemy from project classifiers (#9) ([`264a29e`](https://github.com/hadrien/FastSQLA/commit/264a29e3843c2547716a3d670452bdf837911133)) - -## v0.2.2 (2025-01-19) - -### Chore - -* chore: update year in LICENSE (#7) ([`47c6c07`](https://github.com/hadrien/FastSQLA/commit/47c6c07d302f60fc568a11b3ff9897ee74975685)) - -### Fix - -* fix: update package metadata (#8) ([`4956bee`](https://github.com/hadrien/FastSQLA/commit/4956bee5b0a002bf20229026b8cb3701768ae72c)) - -## v0.2.1 (2025-01-19) - -### Chore - -* chore: fix changelog ([`c0903c4`](https://github.com/hadrien/FastSQLA/commit/c0903c437a38db953dada3cf51ff8b7f6fe6c80c)) - -### Fix - -* fix: expose pagination API + more tests (#6) ([`7054d97`](https://github.com/hadrien/FastSQLA/commit/7054d9732ad009e3e9cdae8e9eee3274cd476f4c)) - -## v0.2.0 (2024-09-09) - -### Chore - -* chore: automatic release & publishing - -When merging on master, a release is cut if needed and published on -PyPI. ([`c619b5e`](https://github.com/hadrien/FastSQLA/commit/c619b5e6fa612e72a8b446a266d693b7a02afb9a)) - -### Feature - -* feat: lifespan + session & pagination dependencies (#1) ([`1942e59`](https://github.com/hadrien/FastSQLA/commit/1942e59a13f6457c781ccca512c8d97e79603f7e)) - -## v0.1.4 (2024-09-07) - -### Chore - -* chore: initial commit ([`482ad75`](https://github.com/hadrien/FastSQLA/commit/482ad752ce04dd7b8d0acd37d5c1035bb82ee2eb)) diff --git a/docs/changelog.md b/docs/changelog.md new file mode 120000 index 0000000..04c99a5 --- /dev/null +++ b/docs/changelog.md @@ -0,0 +1 @@ +../CHANGELOG.md \ No newline at end of file