Skip to content

Commit a3ebd12

Browse files
committed
changelog: 0.5.0
1 parent 47131bb commit a3ebd12

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

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

3+
## [0.5.0] - 2024-09-27
4+
5+
### Added
6+
7+
- Devnet: Mine blocks
8+
- Devnet: Reset to specific block
9+
- Devnet: Send transactions
10+
- Devnet: Send batch transactions
11+
312
## [0.4.3] - 2024-09-27
413

514
### Fixed
@@ -83,4 +92,5 @@
8392
[0.4.0]: https://github.com/raardev/raar/releases/tag/0.4.0
8493
[0.4.1]: https://github.com/raardev/raar/releases/tag/0.4.1
8594
[0.4.2]: https://github.com/raardev/raar/releases/tag/0.4.2
86-
[0.4.3]: https://github.com/raardev/raar/releases/tag/0.4.3
95+
[0.4.3]: https://github.com/raardev/raar/releases/tag/0.4.3
96+
[0.5.0]: https://github.com/raardev/raar/releases/tag/0.5.0

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.4.3",
4+
"version": "0.5.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.4.3"
3+
version = "0.5.0"
44
description = "RaaR"
55
authors = ["daoleno"]
66
edition = "2021"

0 commit comments

Comments
 (0)