Skip to content

Commit

Permalink
Bump version 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCAB0 committed Sep 2, 2023
1 parent 7e9293d commit 024ff22
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,49 @@
# Changelog

# 0.8.4 (2023-09-2) [#71](https://github.com/TuTarea/vinted-rs/pull/71/)

## Improved

- Added support for using proxy in requests to Vinted
- Added some optional debug login
- Wrappers are now serialized

# 0.8.3 (2023-08-29) [#67](https://github.com/TuTarea/vinted-rs/pull/67/)

## Improved

- Added support for setting the user agent

# 0.8.2 (2023-08-29) [#65](https://github.com/TuTarea/vinted-rs/pull/65/)

## Improved

- Add a default `VintedWrappers` that is `all_the_wrappers`.


# 0.8.1 (2023-08-23) [#62](https://github.com/TuTarea/vinted-rs/pull/62/)

## Improved

- Added support for multiple vinted wrappers.

# 0.7.0 (2023-08-20) [#59](https://github.com/TuTarea/vinted-rs/pull/59/)

## Improved

- Added support for Redis for all objects.
- Auto request cookies in get_advanced_item.

## 0.6.0 (2023-08-16) [#57](https://github.com/TuTarea/vinted-rs/pull/57/)

## Improved
## Improved

- Added support for redis bindings
- Added support for Advanced Item query thanks to @alvarocabo.

## 0.5.1 (2023-08-04) [#54](https://github.com/TuTarea/vinted-rs/pull/54/)

## Fixed

- Fix type of `price_from` and `price_to` atribute.
- Fix a test related to sizes.

Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vinted-rs"
version = "0.8.3"
version = "0.8.4"
edition = "2021"
repository = "https://github.com/TuTarea/vinted-rs"
authors = [
Expand Down Expand Up @@ -34,8 +34,8 @@ rand = "0.8"
reqwest_cookie_store = "0.6"
typed-builder = "0.16"
fang = { version = "0.10.3", features = ["asynk"], default-features = false }
redis-macros = { version = "0.2.1", optional = true}
redis = { version = "0.23.2", optional = true}
redis-macros = { version = "0.2.1", optional = true }
redis = { version = "0.23.2", optional = true }
serde_json = { version = "1.0.91" }
log = "0.4.20"
[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Via `cargo` you can add the library to your project's `Cargo.toml`

```toml
[dependencies]
vinted-rs = "0.8.3"
vinted-rs = "0.8.4"
```

## DB setup
Expand Down

0 comments on commit 024ff22

Please sign in to comment.