Browse Source

chore: Release 0.8.0 (#2919)

* Release 0.8.0

* Update email in code of conduct

* Remove unnecessary sentence from README
mamoodi 1 year ago
parent
commit
46edb4b15b
4 changed files with 5 additions and 5 deletions
  1. 1 1
      CODE_OF_CONDUCT.md
  2. 1 1
      README.md
  3. 2 2
      docs/modules/usage/changelog.md
  4. 1 1
      pyproject.toml

+ 1 - 1
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

+ 1 - 1
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:

+ 2 - 2
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
 

+ 1 - 1
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"