Skip to content

Commit b473aeb

Browse files
committed
0.4.0
1 parent 72ce90a commit b473aeb

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

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

3+
## [0.4.0] - 2024-09-25
4+
5+
### Added
6+
7+
- Cast: Foundry Cast GUI
8+
- Anvil Methods Templates in RPC Client
9+
310
## [0.3.0] - 2024-09-22
411

512
### Added
@@ -53,4 +60,5 @@
5360
[0.1.0]: https://github.com/raardev/raar/releases/tag/0.1.0
5461
[0.1.1]: https://github.com/raardev/raar/releases/tag/0.1.1
5562
[0.2.0]: https://github.com/raardev/raar/releases/tag/0.2.0
56-
[0.3.0]: https://github.com/raardev/raar/releases/tag/0.3.0
63+
[0.3.0]: https://github.com/raardev/raar/releases/tag/0.3.0
64+
[0.4.0]: https://github.com/raardev/raar/releases/tag/0.4.0

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RaaR is a desktop application built with Tauri, React, and TypeScript, designed
1212
- **Chain Extractor**: Extract data from the blockchain
1313
- **Chain Analyzer**: Analyze and visualize blockchain data
1414
- **Chain List**: View and manage information about different blockchain networks.
15+
- **Cast**: Foundry Cast GUI
1516
- **Devnet**: Set up and manage local development networks.
1617
- **Wallet Generator**: Create and manage Ethereum wallets.
1718
- **Unit Converter**: Convert between different Ethereum units.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "raar",
33
"private": true,
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "raar"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "RaaR"
55
authors = ["daoleno"]
66
edition = "2021"

0 commit comments

Comments
 (0)