chore: added info in changelog
This commit is contained in:
@@ -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
2
Cargo.lock
generated
@@ -527,7 +527,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ewwii_plugin_api"
|
||||
version = "0.3.2"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"rhai",
|
||||
|
||||
Reference in New Issue
Block a user