Skip to content

Commit

Permalink
Update to 3.75.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 committed Nov 23, 2023
1 parent 0c6adaf commit adf8dba
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 30 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.75.3](https://github.com/metalbear-co/mirrord/tree/3.75.3) - 2023-11-23


### Added

- Added new configuration 'use_proxy' that lets user disable usage of http/s
proxy by mirrord even when env is set


### Fixed

- Changed the way `targetless` is printed in `mirrord verify-config` to allow
the IDEs to properly show target selection dialogs.


## [3.75.2](https://github.com/metalbear-co/mirrord/tree/3.75.2) - 2023-11-22


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 @@ -23,7 +23,7 @@ resolver = "2"

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.75.2"
version = "3.75.3"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+targetless-verify-config.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+use_proxy.added.md

This file was deleted.

0 comments on commit adf8dba

Please sign in to comment.