Skip to content

Commit

Permalink
bump/v0.9.1 (#113)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update README.md

* Update Cargo.toml
  • Loading branch information
0xCAB0 authored Sep 24, 2024
1 parent 2bd9e06 commit dfd7ca2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

# 0.9.1 (2024-09-24) [#111](https://github.com/TuTarea/vinted-rs/pull/111/)
⚠️Not using `develop` branch any more. Leaving main as "canary"/develop channel and using releases to declare _stable_ and _experimental_ versions

## Fixed
#108 : Updated Redis to 0.27.2
#105 : Updated TypeBuilder to 0.20
#109 : Solved vulnerable dependency for Db Feeder

# 0.9.0 (2024-07-28) [#97](https://github.com/TuTarea/vinted-rs/pull/97/)

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vinted-rs"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
repository = "https://github.com/TuTarea/vinted-rs"
authors = [
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.9.0"
vinted-rs = "0.9.1"
```

## DB setup
Expand Down

0 comments on commit dfd7ca2

Please sign in to comment.