Releases: AvarianKnight/rust-mumble
Releases · AvarianKnight/rust-mumble
0.0.31
Full Changelog: 0.0.30...0.0.31
v0.0.29
tweak: update README, cleanup files
v0.0.28
What's Changed
- Basic client validation by @FingerlessGlov3s in #7
New Contributors
- @FingerlessGlov3s made their first contribution in #7
Full Changelog: v0.0.26...v0.0.28
v0.0.27-pr5: Basic client validation
* Check connecting version release * Typo * snake case * Update src/server/tcp.rs Co-authored-by: Dillon Skaggs <dillon@dillonskaggs.dev> * Add Regex to Cargo * Move logic before io::split and channel, case insensitive release check * Missing line delimiter * reword warning --------- Closes #6 Co-authored-by: Dillon Skaggs <dillon@dillonskaggs.dev>
v0.0.27-pr4
fix: zumble -> rust-mumble
v0.0.27-pr3
tweak: temporarily build on nightly
v0.0.27-pr2
fix: fix DockerFile build
v0.0.27-pr1
tweak: update to latest edition
v0.0.26-pr1
tweak: swap to a single thread for testing, should be good enough for…
v0.0.26
tweak: remove the log completely