Skip to content

Commit 97964dd

Browse files
authored
chore(release): bump version to v2.0.0-rc.2.0 (#5417)
Signed-off-by: Shunkichi Sato <49983831+s8sato@users.noreply.github.com>
1 parent 3ab964c commit 97964dd

File tree

6 files changed

+246
-94
lines changed

6 files changed

+246
-94
lines changed

CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,75 @@
11
# Changelog
22

3+
[Unreleased]: https://github.com/hyperledger-iroha/iroha/compare/v2.0.0-rc.2.0...HEAD
4+
[2.0.0-rc.2.0]: https://github.com/hyperledger-iroha/iroha/releases/tag/v2.0.0-rc.2.0
5+
6+
All notable changes to this project will be documented in this file.
7+
38
## [Unreleased]
49

10+
## [2.0.0-rc.2.0] - 2025-05-08
11+
12+
### 🚀 Features
13+
14+
- Add `--release` flag to wasm_builder (#5209)
15+
- *(cli)* Add `iroha transaction get` and other important commands (#5289)
16+
- [**breaking**] Separate fungible and non-fungible assets (#5308)
17+
- [**breaking**] Finalize non-empty blocks by allowing empty blocks after them (#5320)
18+
- Expose telemetry types in schema and client (#5387)
19+
- *(iroha_torii)* Stubs for feature-gated endpoints (#5385)
20+
- Add commit time metrics (#5380)
21+
22+
### 🐛 Bug Fixes
23+
24+
- Revise NonZeros (#5278)
25+
- Typos in documentation files (#5309)
26+
- *(crypto)* Expose `Signature::payload` getter (#5302) (#5310)
27+
- *(ci)* Update iroha_wasm_builder usage (#5311)
28+
- *(core)* Add checks for role presence before granting it (#5300)
29+
- *(core)* Reconnect disconnected peer (#5325)
30+
- Fix pytests related to store assets and NFT (#5341)
31+
- *(CI)* Fix python static analysis workflow for poetry v2 (#5374)
32+
- Expired transaction event appears after commit (#5396)
33+
34+
### 💼 Other
35+
36+
- Include `rust-toolchain.toml` (#5376)
37+
- Warn on `unused`, not `deny` (#5377)
38+
39+
### 🚜 Refactor
40+
41+
- Umbrella Iroha CLI (#5282)
42+
- *(iroha_test_network)* Use pretty format for logs (#5331)
43+
- [**breaking**] Simplify serialization of `NumericSpec` in `genesis.json` (#5340)
44+
- Improve logging for failed p2p connection (#5379)
45+
- Revert `logger.level`, add `logger.filter`, extend config routes (#5384)
46+
47+
### 📚 Documentation
48+
49+
- Add `network.public_address` to `peer.template.toml` (#5321)
50+
51+
### ⚡ Performance
52+
53+
- *(kura)* Prevent redundant block writes to disk (#5373)
54+
- Implemented custom storage for transactions hashes (#5405)
55+
56+
### ⚙️ Miscellaneous Tasks
57+
58+
- Fix poetry usage (#5285)
59+
- Remove redundant consts from `iroha_torii_const` (#5322)
60+
- Remove unused `AssetEvent::Metadata*` (#5339)
61+
- Bump Sonarqube Action version (#5337)
62+
- Remove unused permissions (#5346)
63+
- Add unzip package to ci-image (#5347)
64+
- Fix some comments (#5397)
65+
- Move integrations tests out from `iroha` crate (#5393)
66+
- Disable defectdojo job (#5406)
67+
- Add DCO sign-off for missing commits
68+
- Reorganise workflows (second try) (#5399)
69+
- Do not run Pull Request CI on push to main (#5415)
70+
71+
<!-- generated by git-cliff -->
72+
573
## [2.0.0-rc.1.3] - 2025-03-07
674

775
### Added

0 commit comments

Comments
 (0)