From ffd8dbb300c55f6ab0a852bb2face6c51d54a2b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 2 Apr 2024 22:57:55 +0200 Subject: [PATCH] Add Changelog --- .gitlab-ci.yml | 2 +- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 583938d..3ba3dc5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,7 +88,7 @@ build-release: paths: - artifacts/*.nupkg - artifacts/*.snupkg - expire_in: 1 day + expire_in: 1 days test-release: stage: test diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b2d4306 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +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] + +_nothing changed yet_ + + +## [v0.2.0] (2024-04-02) + +First "final" re-implementation. + + +## v0.1.0 (2022-08-28) + +Was a first shot of a re-implementation... Was deleted and re-written again. +So this tag is only here for documentation purposes of the NuGet Gallery. + + + +[Unreleased]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.2.0...HEAD +[v0.2.0]: https://github.com/AM-WD/AMWD.Protocols.Modbus/tree/v0.2.0