Skip to content

Commit

Permalink
Release robocorp-action-server 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Apr 12, 2024
1 parent 4f7215a commit 17fbdf1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions action_server/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.3.2 - 2024-04-12

- Fixed issue where auto-update message could break commands which wrote to stdout (such as version or package metadata).

## 0.3.1 - 2024-04-11
Expand Down
2 changes: 1 addition & 1 deletion action_server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "robocorp-action-server"
version = "0.3.1"
version = "0.3.2"
description = "Robocorp local task server"
authors = [
"Fabio Z. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion action_server/src/robocorp/action_server/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import List

__version__ = "0.3.1"
__version__ = "0.3.2"
version_info = [int(x) for x in __version__.split(".")]

__all__: List[str] = []

0 comments on commit 17fbdf1

Please sign in to comment.