Skip to content

Commit

Permalink
Update CHANGELOG and increate PATCH version
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni-SM committed Sep 3, 2022
1 parent aa1f44d commit bd19d78
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Embedded VS Code for NVIDIA Omniverse

> This extension can be described as the [VS Code](https://code.visualstudio.com/) version of Omniverse's [Script Editor](https://docs.omniverse.nvidia.com/prod_extensions/prod_extensions/ext_script-editor.html). It allows to execute python code, embedded in the current NVIDIA Omniverse application scope, from the VS Code editor and display the results in the OUTPUT panel (under *Embedded VS Code for NVIDIA Omniverse*) of the VS Code editor
> This extension can be described as the [VS Code](https://code.visualstudio.com/) version of Omniverse's [Script Editor](https://docs.omniverse.nvidia.com/prod_extensions/prod_extensions/ext_script-editor.html). It allows to execute Python code, embedded in the current NVIDIA Omniverse application scope, from the VS Code editor and displays the results in the OUTPUT panel (under *Embedded VS Code for NVIDIA Omniverse*) of the VS Code editor
<br>

Expand Down
2 changes: 1 addition & 1 deletion exts/semu.misc.vscode/config/extension.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ reloadable = true
order = 0

[package]
version = "0.0.2-beta"
version = "0.0.3-beta"
category = "Utility"
feature = false
app = false
Expand Down
9 changes: 9 additions & 0 deletions exts/semu.misc.vscode/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.0.3-beta] - 2022-09-03
### Added
- Add `kill_processes_with_port_in_use` to extension settings

### Fixed
- Fix port in use when starting up and shutting down

## [0.0.2-beta] - 2022-08-19
### Added
- Send carb logging Python calls to the VS Code extension

## [0.0.1-beta] - 2022-08-15
### Added
- Initial release

0 comments on commit bd19d78

Please sign in to comment.