Release 0.28.1 (#7170)

This commit is contained in:
mamoodi 2025-03-10 13:22:34 -04:00 committed by GitHub
parent f51eb93d3e
commit e99f503e0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -387,7 +387,7 @@ To use these with the docker command, pass in `-e SANDBOX_<option>`. Example: `-
- `runtime_binding_address`
- Type: `str`
- Default: `127.0.0.1`
- Default: `0.0.0.0`
- Description: The binding address for the runtime ports. It specifies which network interface on the host machine Docker should bind the runtime ports to.
### Linting and Plugins

View File

@ -1,12 +1,12 @@
{
"name": "openhands-frontend",
"version": "0.28.0",
"version": "0.28.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openhands-frontend",
"version": "0.28.0",
"version": "0.28.1",
"dependencies": {
"@heroui/react": "2.7.4",
"@monaco-editor/react": "^4.7.0-rc.0",

View File

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

View File

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