Skip to content

Commit 668f72a

Browse files
authored
chore: release 2025.04.16 (#253)
1 parent 2d7970e commit 668f72a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Releases.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 2025.04.16
2+
3+
#### @iroha/client 0.4.0-beta.1 (prerelease)
4+
5+
- refactor(client)!: updated config endpoints (#251)
6+
- docs(client): remove redundant note about selectors design (#247)
7+
8+
#### @iroha/core 0.4.0-beta.1 (prerelease)
9+
10+
- refactor(core)!: support of wip `rc.2` (NFTs & empty blocks) (#251)
11+
- perf(core)!: optimise interop with crypto wasm, change some crypto apis (#248)
12+
113
### 2025.03.13a
214

315
#### @iroha/core 0.3.1 (patch)

packages/client/deno.jsonc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iroha/client",
3-
"version": "0.3.0",
3+
"version": "0.4.0-beta.1",
44
"exports": {
55
".": "./mod.ts",
66
"./web-socket": "./web-socket/mod.ts"

packages/core/deno.jsonc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iroha/core",
3-
"version": "0.3.1",
3+
"version": "0.4.0-beta.1",
44
"exports": {
55
".": "./mod.ts",
66
"./codec": "./codec.ts",

0 commit comments

Comments
 (0)