From 6a4129b2f46fd31905ab15b49f39d5ec89100619 Mon Sep 17 00:00:00 2001 From: Jonah Jeleniewski Date: Tue, 12 Dec 2023 01:34:52 +1100 Subject: [PATCH] Release v1.0.0 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 664d56d..18386c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ 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] + +## [1.0.0] - 2023-12-11 ### Added @@ -19,3 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Go to symbol - Document outline - Diagnostics + +[Unreleased]: https://github.com/cirras/vscode-eoplus/compare/v1.0.0...HEAD +[1.0.0 ]: https://github.com/cirras/eolib-ts/releases/tag/v1.0.0