Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
omBratteng committed Mar 24, 2021
1 parent 61a6b6e commit 3cc2df9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
<!-- ## [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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 3cc2df9

Please sign in to comment.