From 4819cd88f8d0991d99e4d10c85da3e4d22528951 Mon Sep 17 00:00:00 2001 From: Yasser Tahiri Date: Thu, 7 Mar 2024 21:55:47 +0100 Subject: [PATCH] :memo: Add changelog file with version history --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..437f6d3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changelog + +## v4 + +### What's Changed + +* ⬆️ Bump the npm-development group with 1 update by @dependabot in +* ⬆️ Bump the npm-production group with 1 update by @dependabot in +* Bump the npm-development group with 2 updates by @dependabot in +* 🐛 fix uv version implementation by @yezz123 in + +## v3 + +### What's Changed + +* Bump the npm-development group with 1 update by @dependabot in +* 🔥 remove preview version from setup-uv by @yezz123 in + +## v2 + +### What's Changed + +* Add venv creation and activation support by @Aymane11 in + +## v1 + +### What's Changed + +* ✨ Setup Github Action for UV by @yezz123 in