Skip to content

Commit

Permalink
chore: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Aug 26, 2022
1 parent a46a5e1 commit 2571c37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,6 @@ abci
metaclass
api
gitleaks
mistune
dependabot
- docs/language-agnostic-definition.md
fetchai
protocol_id
Expand Down
6 changes: 3 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ AEA:
- Improves handling for variables with potential none values

Chore:
- Bumps mistune to a secure version
- Bumps protobuf dependencies to address dependabot security warning
- Bumps `mistune` to a secure version
- Bumps `protobuf` dependencies to address `dependabot` security warning
- Improves command regex on `scripts/check_doc_ipfs_hashes.py`
- Updates tox definitions and Makefile targets to align with the latest changes
- Updates `tox` definitions and `Makefile` targets to align with the latest changes

## 1.16.0 (2022-08-18)

Expand Down
5 changes: 2 additions & 3 deletions docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ Plugins from previous versions are not compatible anymore.

## `v1.15.0` to `v1.16.0`

No backwards incompatible changes, except a typo change:
`from aea.helpers.dependency_tree import DependencyTree`
rather than `from aea.helpers.dependency_tree import DependecyTree`.
- A typo change, now import `from aea.helpers.dependency_tree import DependencyTree` rather than `from aea.helpers.dependency_tree import DependecyTree`.
- The global configuration file for the `aea`/`autonomy` CLI has a breaking change. Please remove `~/.aea/cli_config.yaml` and rerun `autonomy init --remote`.

Plugins from previous versions are not compatible anymore.

Expand Down

0 comments on commit 2571c37

Please sign in to comment.