Skip to content

Commit

Permalink
Update to 3.72.0 (#2005)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Oct 12, 2023
1 parent 29a4906 commit df3b7fd
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 28 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.72.0](https://github.com/metalbear-co/mirrord/tree/3.72.0) - 2023-10-12


### Added

- SOCKS5 proxy is now supported.
[#1734](https://github.com/metalbear-co/mirrord/issues/1734)


### Fixed

- Implemented missing hooks for `readdir` and `readdir64`.
[#2001](https://github.com/metalbear-co/mirrord/issues/2001)


## [3.71.2](https://github.com/metalbear-co/mirrord/tree/3.71.2) - 2023-10-10


Expand Down
50 changes: 25 additions & 25 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 @@ -23,7 +23,7 @@ resolver = "2"

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.71.2"
version = "3.72.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/1734.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2001.fixed.md

This file was deleted.

0 comments on commit df3b7fd

Please sign in to comment.