Release 0.9.0 (#3565)

This commit is contained in:
mamoodi
2024-08-23 16:20:42 -04:00
committed by GitHub
parent 07e750f038
commit 36d1745b5e
4 changed files with 6 additions and 6 deletions

View File

@@ -67,11 +67,11 @@ docker run -it \
-p 3000:3000 \
--add-host host.docker.internal:host-gateway \
--name openhands-app-$(date +%Y%m%d%H%M%S) \
ghcr.io/opendevin/opendevin:0.8
ghcr.io/all-hands-ai/openhands:0.9
```
> [!NOTE]
> This command pulls the `0.8` tag, which represents the most recent stable release of OpenHands. You have other options as well:
> This command pulls the `0.9` tag, which represents the most recent stable release of OpenHands. You have other options as well:
> - For a specific release version, use `ghcr.io/all-hands-ai/openhands:<OpenHands_version>` (replace <OpenHands_version> with the desired version number).
> - For the most up-to-date development version, use `ghcr.io/all-hands-ai/openhands:main`. This version may be **(unstable!)** and is recommended for testing or development purposes only.
>

View File

@@ -1,12 +1,12 @@
{
"name": "openhands-frontend",
"version": "0.8.3",
"version": "0.9.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openhands-frontend",
"version": "0.8.3",
"version": "0.9.0",
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@nextui-org/react": "^2.4.6",

View File

@@ -1,6 +1,6 @@
{
"name": "openhands-frontend",
"version": "0.8.3",
"version": "0.9.0",
"private": true,
"type": "module",
"engines": {

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "openhands"
version = "0.8.3"
version = "0.9.0"
description = "OpenHands: Code Less, Make More"
authors = ["OpenHands"]
license = "MIT"