Skip to content

Commit 88f5d94

Browse files
chore(main): release sdk 0.16.0 (#1596)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Justin R. Evans <[email protected]>
1 parent 74adf01 commit 88f5d94

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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
"apps/namadillo": "1.8.0",
33
"apps/extension": "0.3.7",
4-
"packages/sdk": "0.15.0",
4+
"packages/sdk": "0.16.0",
55
"packages/types": "0.4.0"
66
}

packages/sdk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
- enable panic hook in Rust SDK ([6393b82](https://github.com/anoma/namada-interface/commit/6393b8263320e0f6d137f4e015b982f17f7e497e))
1010

11+
## [0.16.0](https://github.com/anoma/namada-interface/compare/[email protected]@v0.16.0) (2025-02-18)
12+
13+
14+
### Features
15+
16+
* Shielded rewards intergration ([#1378](https://github.com/anoma/namada-interface/issues/1378)) ([622044d](https://github.com/anoma/namada-interface/commit/622044de6a20cb673803eadf1330ccb18b9ae903))
17+
* Update Keychain for new modified-zip32 ([#1624](https://github.com/anoma/namada-interface/issues/1624)) ([b19caae](https://github.com/anoma/namada-interface/commit/b19caae391b0411f51ee9b48325eeb62d421e7d3))
18+
1119
## 0.14.0 (2025-01-06)
1220

1321
### Features

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@namada/sdk",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "Namada SDK package",
55
"exports": {
66
"./web": {

0 commit comments

Comments
 (0)