Releases: w-henderson/Stuart
Releases · w-henderson/Stuart
Stuart v0.2.0
This release adds plugin support. Documentation for this is available in the README. Defining plugin dependencies is as simple as adding them to the [dependencies]
table of your stuart.toml
, for example:
[dependencies]
my_plugin = "/path/to/plugin.so"
my_other_plugin = "/path/to/cargo/project/"
my_remote_plugin = "https://github.com/username/plugin"
Please note that to build plugins, Git and a Rust toolchain are required. Without these, you can only use precompiled plugins.
What's Changed
- Added plugin support by @w-henderson in #5
Full Changelog: v0.1.1...v0.2.0
Stuart v0.1.1
What's Changed
- Added testing and CI to core crate by @w-henderson in #1
- Added
stuart clean
command by @w-henderson in #2 - Added environment variables to build scripts by @w-henderson in #3
- Added conditional functions by @w-henderson in #4
Full Changelog: v0.1.0...v0.1.1
Stuart v0.1.0
This is the very first release of Stuart. There are still many features yet to be implemented, and there are likely many bugs, but it seemed to me like this was a good time to start releases.
Full Changelog: https://github.com/w-henderson/Stuart/commits/v0.1.0