chore: Release 0.8.0 (#2919)

* Release 0.8.0

* Update email in code of conduct

* Remove unnecessary sentence from README
This commit is contained in:
mamoodi 2024-07-13 14:05:05 -04:00 committed by GitHub
parent 91d46ccb8c
commit 46edb4b15b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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:

View File

@ -2,9 +2,9 @@
sidebar_position: 8
---
# Changelog
# Upgrade Guide
## 0.8 (release date: ??)
## 0.8.0 (2024-07-13)
### Config breaking changes

View File

@ -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"