Releases: razorheadfx/grup
Releases · razorheadfx/grup
master
v0.2.2
Bump Cargo.lock
v0.2.1: Fix directory issue (#9)
* Update dependencies * Incorporate changes due tokio reorg & hyper response API change * Fix startup failure where md file in current workdir. Root cause was PathBuf::parent() returning an Option<empty String> instead of None when providing a relative path to something in the working directory. The code now takes this (unintuitive) behaviour into account. * Bump patch version