From 3cc2df9f4dd4d76177d00c6ab7c07a43d2a49821 Mon Sep 17 00:00:00 2001 From: Ole-Martin Bratteng Date: Wed, 24 Mar 2021 15:15:52 +0100 Subject: [PATCH] 0.3.2 --- CHANGELOG.md | 10 ++++++++-- package.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c889920..6ce5e19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,12 @@ All notable changes to the "nft" extension 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] + + +## [0.3.2] - 2021-03-24 + +- Improve formatting support to support one liners and comments +- Set VSCode engine requirement to v1.44 (10 versions behind current release) ## [0.3.1] - 2021-03-23 @@ -45,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release [`bf39000`](https://github.com/omBratteng/vscode-nftables/commit/bf39000) -[Unreleased]: https://github.com/omBratteng/vscode-nftables/compare/0.3.1...HEAD +[Unreleased]: https://github.com/omBratteng/vscode-nftables/compare/0.3.2...HEAD +[0.3.2]: https://github.com/omBratteng/vscode-nftables/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/omBratteng/vscode-nftables/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/omBratteng/vscode-nftables/compare/0.2.1...0.3.0 [0.2.1]: https://github.com/omBratteng/vscode-nftables/compare/0.2.0...0.2.1 diff --git a/package.json b/package.json index 9e08faa..18000f1 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "git", "url": "https://github.com/omBratteng/vscode-nftables" }, - "version": "0.3.1", + "version": "0.3.2", "engines": { "vscode": "^1.44.0" },