Skip to content

Commit bddd999

Browse files
chore: release v0.3.2 (#16)
## 🤖 New release * `robonet`: 0.3.1 -> 0.3.2 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.3.2] - 2025-02-21 ### 🐛 Bug Fixes - Uninstall command removes dispatcher not the entire package - Use includestr for template files and dont rely on path <!-- generated by git-cliff --> </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
2 parents d875a3f + 9f950a7 commit bddd999

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

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 -->
513
## [0.3.1] - 2025-02-20
614

715
### 🐛 Bug Fixes

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "robonet"
33
description = "A tool to manage network connectivity and to facilitate remote access to robots"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
edition = "2021"
66
license = "Apache-2.0"
77
homepage = "https://github.com/neurobionics/robonet"

0 commit comments

Comments
 (0)