We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6829d8b + ad006f8 commit 8b21b21Copy full SHA for 8b21b21
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.2.13] - 2025-02-20
6
+
7
+### 🚀 Features
8
9
+- Remove openssl dep and use rustls for emails
10
11
+<!-- generated by git-cliff -->
12
## [0.2.12] - 2025-02-20
13
14
### ⚙️ Miscellaneous Tasks
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.2.12"
+version = "0.2.13"
edition = "2021"
license = "Apache-2.0"
homepage = "https://github.com/neurobionics/robonet"
0 commit comments