Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daoleno committed Sep 25, 2024
1 parent 72ce90a commit b473aeb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0] - 2024-09-25

### Added

- Cast: Foundry Cast GUI
- Anvil Methods Templates in RPC Client

## [0.3.0] - 2024-09-22

### Added
Expand Down Expand Up @@ -53,4 +60,5 @@
[0.1.0]: https://github.com/raardev/raar/releases/tag/0.1.0
[0.1.1]: https://github.com/raardev/raar/releases/tag/0.1.1
[0.2.0]: https://github.com/raardev/raar/releases/tag/0.2.0
[0.3.0]: https://github.com/raardev/raar/releases/tag/0.3.0
[0.3.0]: https://github.com/raardev/raar/releases/tag/0.3.0
[0.4.0]: https://github.com/raardev/raar/releases/tag/0.4.0
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RaaR is a desktop application built with Tauri, React, and TypeScript, designed
- **Chain Extractor**: Extract data from the blockchain
- **Chain Analyzer**: Analyze and visualize blockchain data
- **Chain List**: View and manage information about different blockchain networks.
- **Cast**: Foundry Cast GUI
- **Devnet**: Set up and manage local development networks.
- **Wallet Generator**: Create and manage Ethereum wallets.
- **Unit Converter**: Convert between different Ethereum units.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "raar",
"private": true,
"version": "0.3.0",
"version": "0.4.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "raar"
version = "0.3.0"
version = "0.4.0"
description = "RaaR"
authors = ["daoleno"]
edition = "2021"
Expand Down

0 comments on commit b473aeb

Please sign in to comment.