Skip to content

Commit

Permalink
3.101.0 (#2441)
Browse files Browse the repository at this point in the history
* 3.101.0

* .
  • Loading branch information
aviramha committed May 14, 2024
1 parent 0b42ec9 commit 4ec58fb
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 66 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,32 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.101.0](https://github.com/metalbear-co/mirrord/tree/3.101.0) - 2024-05-14


### Changed

- Use operator to list targets to avoid inconsistencies
[#1959](https://github.com/metalbear-co/mirrord/issues/1959)
- Don't print error on permission denied


### Fixed

- Fixed a bug where outgoing connections where not intercepted from bound
sockets. [#2438](https://github.com/metalbear-co/mirrord/issues/2438)


### Internal

- Fix all check-rust-docs warnings
[#1399](https://github.com/metalbear-co/mirrord/issues/1399)
- Use `with_env_vars` in flaky `fs_config_default` test
[#2163](https://github.com/metalbear-co/mirrord/issues/2163)
- Move LicenseInfoOwned to another module
- Update contributing guide.


## [3.100.1](https://github.com/metalbear-co/mirrord/tree/3.100.1) - 2024-05-06


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

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.100.1"
version = "3.101.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+change-type-hierarchy.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+contributing-guide-updated.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+perm-denied.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1399.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1959.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2163.internal.md

This file was deleted.

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

This file was deleted.

0 comments on commit 4ec58fb

Please sign in to comment.