We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d875a3f commit 9f950a7Copy full SHA for 9f950a7
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.3.2] - 2025-02-21
6
+
7
+### 🐛 Bug Fixes
8
9
+- Uninstall command removes dispatcher not the entire package
10
+- Use includestr for template files and dont rely on path
11
12
+<!-- generated by git-cliff -->
13
## [0.3.1] - 2025-02-20
14
15
### 🐛 Bug Fixes
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
name = "robonet"
description = "A tool to manage network connectivity and to facilitate remote access to robots"
-version = "0.3.1"
+version = "0.3.2"
edition = "2021"
license = "Apache-2.0"
homepage = "https://github.com/neurobionics/robonet"
0 commit comments