diff --git a/robocorp-code/README.md b/robocorp-code/README.md index 3dc7accb6c..384cbd7660 100644 --- a/robocorp-code/README.md +++ b/robocorp-code/README.md @@ -53,7 +53,7 @@ Find the full installation instructions at [https://robocorp.com/docs/visual-stu During the first activation, the extension will download additional dependencies (such as Conda manager) that are required for it to run. -### Features (1.19.0) +### Features (1.20.0) - Preliminary Support for [Robocorp Action Server](https://github.com/robocorp/robocorp/action_server) (Coding Actions for AIs). - Packages view supporting Action Packages. diff --git a/robocorp-code/docs/changelog.md b/robocorp-code/docs/changelog.md index ffb667879e..d42da36145 100644 --- a/robocorp-code/docs/changelog.md +++ b/robocorp-code/docs/changelog.md @@ -1,8 +1,13 @@ -New in 1.20.0 (2024-03-19) + +New in 1.20.0 (2024-04-12) ----------------------------- - New Java Inspector available! - The Java Inspector will be supported only on Windows OS. +- (Action Package support) Properly supports robocorp-actions 0.2.0 (for linting actions). +- (Action Package support) When subitems of a task package are selected it's possible that the work-items aren't shown in the package tree. +- (Action Package support) Preferred action server version is now 0.3.2. +- Updated dependency versions (to fix CVEs). New in 1.19.0 (2024-03-12) ----------------------------- diff --git a/robocorp-code/docs/release.md b/robocorp-code/docs/release.md index 88a5fb6a47..8ab55289af 100644 --- a/robocorp-code/docs/release.md +++ b/robocorp-code/docs/release.md @@ -7,15 +7,15 @@ To release a new version: - Create release branch (`git branch -D release-robocorp-code & git checkout -b release-robocorp-code`) -- Update version (`python -m dev set-version 1.19.0`). +- Update version (`python -m dev set-version 1.20.0`). - Update README.md to add notes on features/fixes. - Update changelog.md to add notes on features/fixes and set release date. - Push contents to release branch, get the build in https://github.com/robocorp/robotframework-lsp/actions and install locally to test. - - `mu acp Release Robocorp Code 1.19.0` + - `mu acp Release Robocorp Code 1.20.0` - Rebase with master (`git checkout master & git rebase release-robocorp-code`). -- Create a tag (`git tag robocorp-code-1.19.0`) and push it. +- Create a tag (`git tag robocorp-code-1.20.0`) and push it.