Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephAbbey committed Nov 20, 2022
1 parent 7c06d60 commit c09babb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion scratch-vhdl-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scratch-vhdl-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c09babb

Please sign in to comment.