Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephAbbey committed Apr 23, 2023
1 parent dd079a6 commit 0621a06
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.4]

### Fixed

- Issue with unable to save to closed documents.

## [0.2.2]

### Added
Expand Down Expand Up @@ -112,7 +118,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.2...HEAD
[Unreleased]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.2.4...HEAD
[0.2.4]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.2.2...v0.2.4
[0.2.2]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.2.1...v0.2.2
[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
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.3",
"version": "0.2.4",
"license": "MIT",
"engines": {
"vscode": "^1.65.0"
Expand Down

0 comments on commit 0621a06

Please sign in to comment.