Skip to content

Commit dfd7ca2

Browse files
authored
bump/v0.9.1 (#113)
* Update CHANGELOG.md * Update README.md * Update Cargo.toml
1 parent 2bd9e06 commit dfd7ca2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
# 0.9.0 (2024-07-28) [#97](https://github.com/TuTarea/vinted-rs/pull/97/)
412

513
## Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vinted-rs"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
edition = "2021"
55
repository = "https://github.com/TuTarea/vinted-rs"
66
authors = [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Via `cargo` you can add the library to your project's `Cargo.toml`
2424

2525
```toml
2626
[dependencies]
27-
vinted-rs = "0.9.0"
27+
vinted-rs = "0.9.1"
2828
```
2929

3030
## DB setup

0 commit comments

Comments
 (0)