chore: added info in changelog

This commit is contained in:
Byson94
2025-10-11 14:50:25 +05:30
parent 29176aacf0
commit df5c4a0678
2 changed files with 3 additions and 2 deletions

View File

@@ -5,12 +5,13 @@ All notable changes to `ewwii` are documented here.
This changelog follows the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format,
and this project adheres to [Semantic Versioning](https://semver.org/).
## [UNRELEASED]
## [0.3.0-beta] - 2025-10-11
### Added
- Support for binary level plugins.
- `set-plugin` command to load shared libraries (i.e plugins).
- `ewwii_plugin_api` crate for building ewwii plugins easily.
### Changed

2
Cargo.lock generated
View File

@@ -527,7 +527,7 @@ dependencies = [
[[package]]
name = "ewwii_plugin_api"
version = "0.3.2"
version = "0.4.0"
dependencies = [
"gtk4",
"rhai",