Skip to content

Releases: razorheadfx/grup

master

25 May 19:51
209c56d
Compare
Choose a tag to compare
Bump svenstaro/upload-release-action to v2 in rust-release workflow

v0.2.2

09 Jun 20:27
Compare
Choose a tag to compare
Bump Cargo.lock

v0.2.1: Fix directory issue (#9)

07 Nov 16:40
e39bc06
Compare
Choose a tag to compare
* 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