Skip to content

Commit

Permalink
changelog: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daoleno committed Oct 14, 2024
1 parent 47131bb commit a3ebd12
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.5.0] - 2024-09-27

### Added

- Devnet: Mine blocks
- Devnet: Reset to specific block
- Devnet: Send transactions
- Devnet: Send batch transactions

## [0.4.3] - 2024-09-27

### Fixed
Expand Down Expand Up @@ -83,4 +92,5 @@
[0.4.0]: https://github.com/raardev/raar/releases/tag/0.4.0
[0.4.1]: https://github.com/raardev/raar/releases/tag/0.4.1
[0.4.2]: https://github.com/raardev/raar/releases/tag/0.4.2
[0.4.3]: https://github.com/raardev/raar/releases/tag/0.4.3
[0.4.3]: https://github.com/raardev/raar/releases/tag/0.4.3
[0.5.0]: https://github.com/raardev/raar/releases/tag/0.5.0
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.4.3",
"version": "0.5.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.4.3"
version = "0.5.0"
description = "RaaR"
authors = ["daoleno"]
edition = "2021"
Expand Down

0 comments on commit a3ebd12

Please sign in to comment.