Add Changelog
This commit is contained in:
@@ -88,7 +88,7 @@ build-release:
|
|||||||
paths:
|
paths:
|
||||||
- artifacts/*.nupkg
|
- artifacts/*.nupkg
|
||||||
- artifacts/*.snupkg
|
- artifacts/*.snupkg
|
||||||
expire_in: 1 day
|
expire_in: 1 days
|
||||||
|
|
||||||
test-release:
|
test-release:
|
||||||
stage: test
|
stage: test
|
||||||
|
|||||||
26
CHANGELOG.md
Normal file
26
CHANGELOG.md
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user