Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 4930b6d

Browse files
authored
Merge pull request #8 from aave/release-v1.0.0
chore: release 1.0.0
2 parents 8a2e35b + b3b9919 commit 4930b6d

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## 1.0.0 (2021-09-15)
4+
5+
6+
### Features
7+
8+
* Add helpers for contracts deployments and accessors ([af5788f](https://www.github.com/aave/aave-v3-periphery/commit/af5788f878b6ab30c8398dffd71ec93ceff458e4))
9+
* Add periphery contracts importing core dependencies ([eefed97](https://www.github.com/aave/aave-v3-periphery/commit/eefed972df7dc54b9940ff4cba85e52fe8d0fa45))
10+
* Add primary Aave markets ([630fa4b](https://www.github.com/aave/aave-v3-periphery/commit/630fa4b2d743b0f14e759b08e351542bcb8bddf4))
11+
* Add SelfdsetructTransfer contract ([e87d96e](https://www.github.com/aave/aave-v3-periphery/commit/e87d96e75fce326c20183501d8397b948afe107c))
12+
* Add test files ([662f8d6](https://www.github.com/aave/aave-v3-periphery/commit/662f8d604ff0851c8a94e680f46569c0ff853f8f))
13+
* Added workflow files for test during PRs and release-please integration ([80f723e](https://www.github.com/aave/aave-v3-periphery/commit/80f723e30ddf020e756b49bf4d610e9442f791ad))
14+
* Fix contracts compiler warnings ([0453a47](https://www.github.com/aave/aave-v3-periphery/commit/0453a47d3cb56496f61dd830e36bad20a29d2c10))
15+
16+
17+
### Bug Fixes
18+
19+
* Fix error on hardhat config ([d77b1d2](https://www.github.com/aave/aave-v3-periphery/commit/d77b1d20e8429368fa1c38c0b0acecd512cfe882))
20+
* Fix error on verify task ([e09fba1](https://www.github.com/aave/aave-v3-periphery/commit/e09fba189d5b1e262acd224c6aa14c6b8e56de96))
21+
* move worflows inside .github directory ([8a2e35b](https://www.github.com/aave/aave-v3-periphery/commit/8a2e35b8721310b87d9abe261c53f8dbc390abdf))
22+
* Refactor test setup ([585c74b](https://www.github.com/aave/aave-v3-periphery/commit/585c74b5f152c8de4a79d774bd462bd6370259f2))
23+
* Remove `buidler` references ([5bdd96e](https://www.github.com/aave/aave-v3-periphery/commit/5bdd96eb04fb3edac26bd9e0e89cdab55768b44f))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aave/periphery-v3",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Aave Protocol V3 periphery smart contracts",
55
"files": [
66
"contracts",

0 commit comments

Comments
 (0)