Skip to content

Commit

Permalink
Release Robocorp Code 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Apr 12, 2024
1 parent 72273be commit 2dc4f54
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion robocorp-code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 6 additions & 1 deletion robocorp-code/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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)
-----------------------------
Expand Down
6 changes: 3 additions & 3 deletions robocorp-code/docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 2dc4f54

Please sign in to comment.