From 1b3829481b171210955a7b683c87f3568e1a5254 Mon Sep 17 00:00:00 2001 From: Guilherme Menaldo Date: Wed, 24 Apr 2019 12:31:05 -0300 Subject: [PATCH] v0.2.0 release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dc43ac..78ed051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [0.2.0] - 2019-04-24 - Split into Client and Language Server. ### Added @@ -19,4 +21,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Syntax Highlighting * A small set of commands included in autocomplete and signature helper +[0.2.0]: https://github.com/guilherme-gm/vscode-herc-lang-support/releases/tag/v0.2.0..v0.1.0 [0.1.0]: https://github.com/guilherme-gm/vscode-herc-lang-support/releases/tag/v0.1.0