From e7cf9f33bd1de6c5e6a682d2d105cabaa7c3193a Mon Sep 17 00:00:00 2001 From: cluttrdev Date: Sun, 19 Feb 2023 13:54:05 +0100 Subject: [PATCH] Added changelog links to compare commited changes since last version --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59f9d85..8784203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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 +## [Unreleased] ### Added @@ -39,3 +39,10 @@ Initial version. ### Added - Add text translation api and cli + + +[Unreleased]: https://github.com/cluttrdev/deepl-go/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/cluttrdev/deepl-go/compare/v0.2.0...v0.3.0 +[0.2.0]: https://github.com/cluttrdev/deepl-go/compare/v0.1.0...v0.2.0 +[0.1.0]: https://github.com/cluttrdev/deepl-go/releases/tag/v0.1.0 +