Skip to content

Commit

Permalink
Update to 3.94.0 (#2345)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Apr 1, 2024
1 parent 0adf8bc commit 5d98110
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 31 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.94.0](https://github.com/metalbear-co/mirrord/tree/3.94.0) - 2024-04-01


### Added

- New config `env.unset` that allows user to unset environment variables in the
executed process.
This is useful for unsetting env like `HTTP_PROXY`, `AWS_PROFILE` that come
from the local environment
and cause undesired behavior (because those aren't needed for deployed apps).
[#2260](https://github.com/metalbear-co/mirrord/issues/2260)


## [3.93.1](https://github.com/metalbear-co/mirrord/tree/3.93.1) - 2024-03-31


Expand Down
54 changes: 27 additions & 27 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 @@ -24,7 +24,7 @@ resolver = "2"

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.93.1"
version = "3.94.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
3 changes: 0 additions & 3 deletions changelog.d/2260.added.md

This file was deleted.

0 comments on commit 5d98110

Please sign in to comment.