File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # 0.9.1 (2024-09-24) [ #111 ] ( https://github.com/TuTarea/vinted-rs/pull/111/ )
4
+ ⚠️Not using ` develop ` branch any more. Leaving main as "canary"/develop channel and using releases to declare _ stable_ and _ experimental_ versions
5
+
6
+ ## Fixed
7
+ #108 : Updated Redis to 0.27.2
8
+ #105 : Updated TypeBuilder to 0.20
9
+ #109 : Solved vulnerable dependency for Db Feeder
10
+
3
11
# 0.9.0 (2024-07-28) [ #97 ] ( https://github.com/TuTarea/vinted-rs/pull/97/ )
4
12
5
13
## Fixed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " vinted-rs"
3
- version = " 0.9.0 "
3
+ version = " 0.9.1 "
4
4
edition = " 2021"
5
5
repository = " https://github.com/TuTarea/vinted-rs"
6
6
authors = [
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Via `cargo` you can add the library to your project's `Cargo.toml`
24
24
25
25
``` toml
26
26
[dependencies ]
27
- vinted-rs = " 0.9.0 "
27
+ vinted-rs = " 0.9.1 "
28
28
```
29
29
30
30
## DB setup
You can’t perform that action at this time.
0 commit comments