Compare commits
No commits in common. "182826a3ac31368da658a3561a2b2617f97510e9" and "618a24c120c8c446109c117fce32179e3ba78e6d" have entirely different histories.
182826a3ac
...
618a24c120
2 changed files with 2 additions and 9 deletions
|
@ -3,13 +3,6 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
|
||||
|
||||
## [v0.2.1](https://code.thetadev.de/ThetaDev/rustypipe/compare/rustypipe/v0.2.0..rustypipe/v0.2.1) - 2024-07-01
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- *(deps)* Update quick-xml to v0.35.0 - ([298e4de](https://code.thetadev.de/ThetaDev/rustypipe/commit/298e4def93d1595fba91be103f014aa645a08937))
|
||||
|
||||
|
||||
## [v0.2.0](https://code.thetadev.de/ThetaDev/rustypipe/compare/rustypipe/v0.1.3..rustypipe/v0.2.0) - 2024-06-27
|
||||
|
||||
### 🚀 Features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rustypipe"
|
||||
version = "0.2.1"
|
||||
version = "0.2.0"
|
||||
rust-version = "1.67.1"
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
|
@ -53,7 +53,7 @@ phf = "0.11.1"
|
|||
phf_codegen = "0.11.1"
|
||||
base64 = "0.22.0"
|
||||
urlencoding = "2.1.2"
|
||||
quick-xml = { version = "0.35.0", features = ["serialize"] }
|
||||
quick-xml = { version = "0.34.0", features = ["serialize"] }
|
||||
tracing = { version = "0.1.37", features = ["log"] }
|
||||
|
||||
# CLI
|
||||
|
|
Loading…
Reference in a new issue