diff --git a/scratch-vhdl-vscode/CHANGELOG.md b/scratch-vhdl-vscode/CHANGELOG.md index 8c3eb57..f8f63df 100644 --- a/scratch-vhdl-vscode/CHANGELOG.md +++ b/scratch-vhdl-vscode/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1] + +### Removed + +- Usage of Blockly variables + ## [0.2.0] ### Added @@ -96,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Rudimentary code generation (enough for button_driven). - Continuous integration for OpenVSX and gh-releases using gh-actions. -[Unreleased]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.0.8...v0.1.0 diff --git a/scratch-vhdl-vscode/package.json b/scratch-vhdl-vscode/package.json index ad7ed07..fb4a36b 100644 --- a/scratch-vhdl-vscode/package.json +++ b/scratch-vhdl-vscode/package.json @@ -8,7 +8,7 @@ "publisher": "JosephAbbey", "displayName": "Scratch VHDL", "description": "", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "engines": { "vscode": "^1.65.0"