Skip to content

Commit

Permalink
chore: update history and upgrading guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantios committed Jul 10, 2024
1 parent ef7f2d6 commit 8b16482
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Release History - `open-autonomy`


# 0.14.14.post2 (2024-07-10)

Autonomy:
- Reverts the breaking change introduced in the latest release, and more specifically in PRs #2236, #2241, #2244.

# 0.14.14.post1 (2024-06-13)

Autonomy:
Expand Down
17 changes: 15 additions & 2 deletions docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,26 @@ Below we describe the additional manual steps required to upgrade between differ

# Open Autonomy

## `v0.14.14` to `v0.14.14.post2`

No backwards incompatible changes.

## `v0.14.14.post1` to `v0.14.14.post2`

The breaking feature introduced in `v0.14.14` and `v0.14.14.post1` has been removed.
For more information please check the `HISTORY.md` file.

## `v0.14.14` to `v0.14.14.post1`

No backwards incompatible changes. bug fixes only
A breaking feature was introduced.
We suggest using the `v0.14.14.post2` release instead.
For more information please check the `HISTORY.md` file.

## `v0.14.13` to `v0.14.14`

- pin `requests` to `>=2.28.1,<2.31.2`
A breaking feature was introduced.
We suggest using the `v0.14.14.post2` release instead.
For more information please check the `HISTORY.md` file.

## `v0.14.12` to `v0.14.13`

Expand Down

0 comments on commit 8b16482

Please sign in to comment.