Skip to content

Commit 5533393

Browse files
chore(main): release core-smart-contracts 0.2.0 (#496)
* chore(main): release core-smart-contracts 0.2.0 * chore: update CHANGELOG for core smart contracts v0.2.0 release --------- Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Co-authored-by: Le-Caignec <[email protected]>
1 parent d4b1a0d commit 5533393

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/sdk": "2.0.0-beta.19",
33
"packages/subgraph": "3.1.0-beta",
4-
"packages/smart-contract": "0.2.0-beta",
4+
"packages/smart-contract": "0.2.0",
55
"packages/sharing-smart-contract": "3.0.0-beta"
66
}

packages/smart-contract/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.0](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/core-smart-contracts-v0.2.0-beta...core-smart-contracts-v0.2.0) (2025-08-20)
6+
7+
### Added
8+
9+
* core smart contracts v0.2.0 ([#485](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/485)) ([957c87b](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/957c87b76a9a6a0e0ed1552d792443bdc0c61e44))
10+
11+
### Changed
12+
13+
* dataProtector contract verification ([#477](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/477)) ([7e388ed](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/7e388ed4fc6b4a10e08f91848bbe881b3c36dfd4))
14+
515
## [0.2.0-beta](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/hardhat-project-v0.1.0...hardhat-project-v0.2.0-beta) (2025-07-30)
616

717
### Added

packages/smart-contract/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.

packages/smart-contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "core-smart-contracts",
3-
"version": "0.2.0-beta",
3+
"version": "0.2.0",
44
"scripts": {
55
"compile": "hardhat compile && npm run artifact-to-abis",
66
"test": "hardhat test",

0 commit comments

Comments
 (0)