Skip to content

Commit d3363ce

Browse files
chore(main): release 1.0.0
1 parent 8361e30 commit d3363ce

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## 1.0.0 (2025-06-12)
4+
5+
6+
### 🚀 Features
7+
8+
* add forge-std submodule ([4ed744e](https://github.com/iExecBlockchainComputing/RLC-multichain/commit/4ed744ee8407ad3f76cf9d90887904549a55ca6c))
9+
* createX ([#11](https://github.com/iExecBlockchainComputing/RLC-multichain/issues/11)) ([901ad5a](https://github.com/iExecBlockchainComputing/RLC-multichain/commit/901ad5ab3bdacb6552430afd953e1fe8efd16e11))
10+
* Init unit tests ([#7](https://github.com/iExecBlockchainComputing/RLC-multichain/issues/7)) ([4a32a1d](https://github.com/iExecBlockchainComputing/RLC-multichain/commit/4a32a1d7135ac7504934259898833f6f27af8c22))
11+
* Make OFT contract pausable ([#9](https://github.com/iExecBlockchainComputing/RLC-multichain/issues/9)) ([3403512](https://github.com/iExecBlockchainComputing/RLC-multichain/commit/3403512dd630ef286a258015b5cf1eb4db46d336))
12+
* move Bridge logic from `RLCOFT` to `IexecLayerZeroBridge` contract ([#23](https://github.com/iExecBlockchainComputing/RLC-multichain/issues/23)) ([8361e30](https://github.com/iExecBlockchainComputing/RLC-multichain/commit/8361e30d3030851cf0da909d68a7303cf2cbe1cd))
13+
14+
15+
### 🐞 Bug Fixes
16+
17+
* some-fixes ([#19](https://github.com/iExecBlockchainComputing/RLC-multichain/issues/19)) ([344d5e0](https://github.com/iExecBlockchainComputing/RLC-multichain/commit/344d5e0873274c47d08bd1519ed8c8df620baaee))
18+
* update submodule path for forge-std and add .gitignore ([fa65f4d](https://github.com/iExecBlockchainComputing/RLC-multichain/commit/fa65f4d0ed33fea681720cf67179e9b1de690cde))
19+
20+
21+
### ✨ Polish
22+
23+
* Clean & add TODOs ([#24](https://github.com/iExecBlockchainComputing/RLC-multichain/issues/24)) ([145680d](https://github.com/iExecBlockchainComputing/RLC-multichain/commit/145680d47e1a7f8349c032353cb5ae7d726b549e))
24+
25+
26+
### 🧰 Other
27+
28+
* forge init ([7cf1645](https://github.com/iExecBlockchainComputing/RLC-multichain/commit/7cf1645f51592f88b7f7e5b06d7acec69f2c9949))
29+
30+
## Changelog
31+
332
## vNEXT
433

534
### Added
@@ -14,4 +43,4 @@
1443
- Comprehensive deployment scripts using Foundry
1544
- Configuration utilities to set trusted remote addresses
1645
- Verification targets for block explorer verification
17-
- End-to-end cross-chain transfer test scripts
46+
- End-to-end cross-chain transfer test scripts

0 commit comments

Comments
 (0)