From 69c57efdf2f406aa461cd683db14bcfe5f165ca5 Mon Sep 17 00:00:00 2001 From: cluttrdev Date: Fri, 1 Dec 2023 08:05:52 +0100 Subject: [PATCH] Release v0.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 4 ++++ 2 files changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..de023f3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# 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). + +## [0.1.0] - 2023-12-01 + +Initial release. + + + +[Unreleased]: https://github.com/DeepLcom/deepl-tui/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/DeepLcom/deepl-tui/releases/tag/v0.1.0 + diff --git a/README.md b/README.md index 7f62262..b99b4f2 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,10 @@ $ deepl-tui --auth-key=f63c02c5-f056... | Focus target language dropdown | `alt-t` | Hit `enter` to list options | | Close the application | `ctrl-c` | | +## Changelog + +Notable changes to this project will be documented in the [CHANGELOG.md](./CHANGELOG.md) + ## License This project is released under the [MIT License](./LICENSE).