Skip to content

Commit

Permalink
Release 0.3.4 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AsriFox committed Jan 25, 2024
1 parent 5329d29 commit 3d65c60
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@ All notable changes to the "gnuradio-integration" extension will be documented i
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]

## [0.3.4] - 2024-01-25
### Changed
- Updated npm packages

### Fixed
- Fixed modtool scripts being excluded from the published build

### Removed
- Removed @vscode/vsce from dev-dependencies

## [0.3.3] - 2023-12-31
### Added
- Added support of Python interpreters/environments selected with `ms-python.python` extension ([Open VSX Registry](https://open-vsx.org/extension/ms-python/python), [VS marketplace](https://marketplace.visualstudio.com/items?itemName=ms-python.python))
Expand Down Expand Up @@ -144,7 +152,8 @@ a workaround to activate the extension when the module has no blocks yet
### Added
- This is the initial release of gnuradio-integration VS Code extension

[Unreleased]: https://github.com/AsriFox/gnuradio-integration/compare/v0.3.3...HEAD
[Unreleased]: https://github.com/AsriFox/gnuradio-integration/compare/v0.3.4...HEAD
[0.3.4]: https://github.com/AsriFox/gnuradio-integration/compare/v0.3.3...v0.3.4
[0.3.3]: https://github.com/AsriFox/gnuradio-integration/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/AsriFox/gnuradio-integration/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/AsriFox/gnuradio-integration/compare/v0.3.0...v0.3.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gnuradio-integration",
"displayName": "GNURadio Integration",
"description": "GNURadio Integration",
"version": "0.3.3",
"version": "0.3.4",
"license": "MIT",
"publisher": "AsriFox",
"engines": {
Expand Down Expand Up @@ -426,7 +426,7 @@
"type": "string"
},
"uniqueItems": true,
"default": [],
"default": [ ],
"markdownDescription": "Default `PYTHONPATH` \nA collection of absolute paths to directories with additional Python libraries that can be imported by the interpreter."
},
"gnuradio-integration.companion.cmd": {
Expand Down

0 comments on commit 3d65c60

Please sign in to comment.