Skip to content

Commit 9fa6f2c

Browse files
chore(main): release 2.0.0 (#55)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Co-authored-by: Zied <26070035+zguesmi@users.noreply.github.com>
1 parent eb7355b commit 9fa6f2c

4 files changed

Lines changed: 23 additions & 25 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ ".": "1.1.0" }
1+
{".":"2.0.0"}

CHANGELOG.md

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,32 @@
11
# Changelog
22

3-
## [2.0.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v2.0.0) (2025-07-30)
3+
## [2.0.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v2.0.0) (2025-08-14)
44

5-
### Added
5+
### 🚀 Changes
66

7-
- Add Arbitrum & Avalanche networks. (#47)
8-
- Add a modern test stack, agnostic to the forked network. (#38)
9-
- Add a section in the README to explain how to use the Docker-based subgraph deployer. (#38)
10-
11-
### Changed
12-
13-
- [BREAKING] Remove ERC1538 references and update related configurations (#52)
14-
- Migrate integration tests from Jenkins to GitHub Actions. (#44)
15-
- Remove unused files to streamline the repository. (#42)
16-
- Rewrite Jenkins CI for future migration (#36, #37)
7+
* Add config for Arbitrum one deployment (#54)
8+
* [BREAKING] Remove ERC1538 references and update related configurations (#52)
9+
* Add Arbitrum & Avalanche networks. (#47)
10+
* Migrate integration tests from Jenkins to GitHub Actions. (#44)
11+
* Remove unused files to streamline the repository. (#42)
12+
* Add a modern test stack, agnostic to the forked network. (#38)
13+
* Add a section in the README to explain how to use the Docker-based subgraph deployer. (#38)
14+
* Rewrite Jenkins CI for future migration (#36, #37)
1715

1816
## v1.1.0 - Support deal sponsor
1917

20-
- Add `sponsor` to `deal`. (#31)
21-
- Update deployment hosts:
22-
- production (#30)
23-
- staging (#29)
24-
- Display coverage in Github PR checks. (#26)
25-
- Add integration test suite. (#21)
26-
- Add unit test suite. (#20)
18+
* Add `sponsor` to `deal`. (#31)
19+
* Update deployment hosts:
20+
* production (#30)
21+
* staging (#29)
22+
* Display coverage in Github PR checks. (#26)
23+
* Add integration test suite. (#21)
24+
* Add unit test suite. (#20)
2725

2826
## v1.0.0 - initial release
2927

3028
### features
3129

32-
- index iExec PoCo v5.3.0 `@iexec/poco@5.3.0`
33-
- chains `mainnet`, `viviani`, `bellecour`, `goerli`, `rinkeby`, local chain with PoCo
34-
- iExec enterprise version
30+
* index iExec PoCo v5.3.0 `@iexec/poco@5.3.0`
31+
* chains `mainnet`, `viviani`, `bellecour`, `goerli`, `rinkeby`, local chain with PoCo
32+
* iExec enterprise version

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "@iexec/subgraph",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"author": "iExec",
55
"type": "module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)