From 8b154acdc42aa7c8573bbac0d30de55beffd9382 Mon Sep 17 00:00:00 2001 From: Jens Nimmich Date: Fri, 25 Apr 2025 23:16:44 +0200 Subject: [PATCH] fix: update structure and fix version 0.1.0 in changelog --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29d19b1..24008bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,9 @@ # Changelog The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [Version 0.2.0] - unreleased ### Added -- Feature [#1](https://gitlab.com/take-me/curl/-/issues/1) - First Project Structure ### Changed @@ -17,3 +16,12 @@ ### Deprecated ### Fixed ### Removed + +## [Version 0.1.0] - 2025-04-23 + +### Added +- Feature [#1](https://gitlab.com/take-me/curl/-/issues/1) - First Project Structure + + +[Version 0.2.0]: https://gitlab.com/take-me/curl/-/compare/v0.1.0...main +[Version 0.1.0]: https://gitlab.com/take-me/curl/-/commits/v0.1.0?ref_type=tags -- GitLab