Skip to content

Commit

Permalink
chore: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Jun 9, 2022
1 parent 7cdf762 commit b70f2e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

AEA:
- Makes config loader patchable
- Adds support for Python 3.10
- Enables fingerprinting for `Agent` components
- Adds support for Python 3.10 and removes support for Python 3.6
- Enables fingerprinting for files in `Agent` components
- Adds support for specifying vendors when generating hashes
- Enables the usage of environment variables on `aea config` command

Expand All @@ -18,6 +18,7 @@ Docs:
Chore:
- Pins correct versions on CI workflow
- Bumps `pywin32` version to `304`
- Bumps `black` and `click` to stable versions
- Separates tox environments for python{3.7, 3.8, 3.9} and Python3.10

## 1.9.0 (2022-05-25)
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Below we describe the additional manual steps required to upgrade between differ

## `v1.9.0` to `v1.10.0`

No backwards incompatible changes.
Python 3.6 no longer supported

Plugins from previous versions are not compatible anymore.

Expand Down

0 comments on commit b70f2e4

Please sign in to comment.