Skip to content

Commit

Permalink
update history and upgrading items
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMinarsch committed Nov 25, 2020
1 parent 8519d3a commit 5dde969
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release History

## 0.7.5 (2020-11-25)

- Adds AW3 AEAs
- Adds basic oracle skills and contracts
- Replaces usage of Ropsten testnet with Ganache in packages
- Fixes multiplexer setup when used outside AEA
- Improves help command output of CLI
- Adds integration tests for simple skills
- Adds version check on CLI push
- Adds integration tests for tac negotiation skills
- Multiple docs updates based on user feedback
- Multiple additional tests and test stability fixes

## 0.7.4 (2020-11-18)

- Replaces error skill handler usage with built in handler
Expand Down
6 changes: 6 additions & 0 deletions docs/upgrading.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
This page provides some tips of how to upgrade between versions.

## v0.7.4 to v0.7.5

No backwards incompatible changes for skill and connection development.

## v0.7.3 to v0.7.4

No backwards incompatible changes for skill and connection development.
Expand Down Expand Up @@ -44,6 +48,8 @@ PUBLIC_ID = PublicId.from_str("author/name:0.1.0")
```
- The `fetchai/http` protocol's `bodyy` field has been renamed to `body`.

- Skills can now specify `connections` as dependencies in the config yaml.


## v0.6.2 to v0.6.3

Expand Down

0 comments on commit 5dde969

Please sign in to comment.