Skip to content

Commit a23541e

Browse files
committed
Update the Changelog
1 parent c017764 commit a23541e

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,35 @@ Template:
2020
### Fixed
2121
-->
2222

23+
## [v0.3.0] - 2025-08-20
24+
25+
### Changed
26+
27+
- Rename `build abi-call` to `build call` ([`2f21855`](https://github.com/clearmatics/simple-safe/commit/2f21855))
28+
- Print JSON without additional indentation by default ([`c8ab382`](https://github.com/clearmatics/simple-safe/commit/c8ab382))
29+
- Rename command options in `deploy` and `precompute` ([`50f3957`](https://github.com/clearmatics/simple-safe/commit/50f3957))
30+
- Group `build` Safe transaction options consistently ([`28a3741`](https://github.com/clearmatics/simple-safe/commit/28a3741))
31+
- Reduce default data truncation limit to 500 bytes ([`3aef2b1`](https://github.com/clearmatics/simple-safe/commit/3aef2b1))
32+
33+
### Added
34+
35+
- Support building `--batch` Safe transactions (REF)
36+
- Add `build deploy` command to deploy smart contracts ([`2656b7a`](https://github.com/clearmatics/simple-safe/commit/2656b7a))
37+
- Allow sending value in a Web3 `execTransaction` ([`217e1ad`](https://github.com/clearmatics/simple-safe/commit/217e1ad))
38+
- Add a `--quiet` option to skip information panels ([`71e9c86`](https://github.com/clearmatics/simple-safe/commit/71e9c86))
39+
- Add a `--pretty` option to print JSON with indentation ([`c8ab382`](https://github.com/clearmatics/simple-safe/commit/c8ab382))
40+
- Add an `--expand` option to control data ellipsing ([`a1f127f`](https://github.com/clearmatics/simple-safe/commit/a1f127f))
41+
- Show Call Data Encoder for contract call SafeTxs ([`3867f6e`](https://github.com/clearmatics/simple-safe/commit/3867f6e))
42+
43+
### Removed
44+
45+
- Drop the `--value` option from `build erc20-call` ([`823b6ad`](https://github.com/clearmatics/simple-safe/commit/823b6ad))
46+
47+
### Fixed
48+
49+
- Fix a UI issue where prompt was cleared on backspace ([`0855916`](https://github.com/clearmatics/simple-safe/issues/0855916))
50+
- Fix an error when parsing ABI call string arguments ([`0683f70`](https://github.com/clearmatics/simple-safe/commit/0683f70))
51+
2352
## [v0.2.7] - 2025-08-12
2453

2554
### Fixed
@@ -90,6 +119,7 @@ Template:
90119

91120
_First internal release._
92121

122+
[v0.3.0]: https://github.com/clearmatics/simple-safe/releases/tag/v0.3.0
93123
[v0.2.7]: https://github.com/clearmatics/simple-safe/releases/tag/v0.2.7
94124
[v0.2.6]: https://github.com/clearmatics/simple-safe/releases/tag/v0.2.6
95125
[v0.2.5]: https://github.com/clearmatics/simple-safe/releases/tag/v0.2.5

0 commit comments

Comments
 (0)