Skip to content

Commit 4ec58fb

Browse files
authored
* 3.101.0 * .
1 parent 0b42ec9 commit 4ec58fb

10 files changed

+56
-66
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,32 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
88

99
<!-- towncrier release notes start -->
1010

11+
## [3.101.0](https://github.com/metalbear-co/mirrord/tree/3.101.0) - 2024-05-14
12+
13+
14+
### Changed
15+
16+
- Use operator to list targets to avoid inconsistencies
17+
[#1959](https://github.com/metalbear-co/mirrord/issues/1959)
18+
- Don't print error on permission denied
19+
20+
21+
### Fixed
22+
23+
- Fixed a bug where outgoing connections where not intercepted from bound
24+
sockets. [#2438](https://github.com/metalbear-co/mirrord/issues/2438)
25+
26+
27+
### Internal
28+
29+
- Fix all check-rust-docs warnings
30+
[#1399](https://github.com/metalbear-co/mirrord/issues/1399)
31+
- Use `with_env_vars` in flaky `fs_config_default` test
32+
[#2163](https://github.com/metalbear-co/mirrord/issues/2163)
33+
- Move LicenseInfoOwned to another module
34+
- Update contributing guide.
35+
36+
1137
## [3.100.1](https://github.com/metalbear-co/mirrord/tree/3.100.1) - 2024-05-06
1238

1339

Cargo.lock

+29-58
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resolver = "2"
2525

2626
# latest commits on rustls suppress certificate verification
2727
[workspace.package]
28-
version = "3.100.1"
28+
version = "3.101.0"
2929
edition = "2021"
3030
license = "MIT"
3131
readme = "README.md"

changelog.d/+change-type-hierarchy.internal.md

-1
This file was deleted.

changelog.d/+contributing-guide-updated.changed.md

-1
This file was deleted.

changelog.d/+perm-denied.changed.md

-1
This file was deleted.

changelog.d/1399.internal.md

-1
This file was deleted.

changelog.d/1959.changed.md

-1
This file was deleted.

changelog.d/2163.internal.md

-1
This file was deleted.

changelog.d/2438.fixed.md

-1
This file was deleted.

0 commit comments

Comments
 (0)