Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Nov 7, 2023
1 parent 69dd9fd commit 973f5ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Reduce logs verbosity, add docstrings, and use async methods (#384)
- Change how Windows envionment is configured (#389)

## [0.7.0] - 2023-10-18

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ xz2 = "0.1.7"
zip = "0.6.6"

[target.'cfg(unix)'.dependencies]
openssl = { version = "0.10.58", features = ["vendored"] }
openssl = { version = "0.10.59", features = ["vendored"] }

[target.'cfg(windows)'.dependencies]
winreg = "0.51.0"
Expand Down

0 comments on commit 973f5ec

Please sign in to comment.