diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 1f5f3a2c1964..8c66075aef23 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -61,7 +61,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -contact@rbren.io +contact@all-hands.dev All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/README.md b/README.md index 3beab757a36a..5ce8019e9688 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ OpenDevin agents collaborate with human developers to write code, fix bugs, and ![App screenshot](./docs/static/img/screenshot.png) ## ⚡ Getting Started -The easiest way to run OpenDevin is inside a Docker container. It works best with the most recent version of Docker, `26.0.0`. +OpenDevin works best with the most recent version of Docker, `26.0.0`. You must be using Linux, Mac OS, or WSL on Windows. To start OpenDevin in a docker container, run the following commands in your terminal: diff --git a/docs/modules/usage/changelog.md b/docs/modules/usage/changelog.md index 2de1568b5e96..b9cdf20755d5 100644 --- a/docs/modules/usage/changelog.md +++ b/docs/modules/usage/changelog.md @@ -2,9 +2,9 @@ sidebar_position: 8 --- -# Changelog +# Upgrade Guide -## 0.8 (release date: ??) +## 0.8.0 (2024-07-13) ### Config breaking changes diff --git a/pyproject.toml b/pyproject.toml index e3ce992c60e2..961a8b6252ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "opendevin" -version = "0.7.1" +version = "0.8.0" description = "OpenDevin: Code Less, Make More" authors = ["OpenDevin"] license = "MIT"