Skip to content

Commit

Permalink
Update to 3.78.2 (metalbear-co#2122)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Dec 14, 2023
1 parent 7f3b0b1 commit 4521632
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 29 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

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


### Fixed

- Fixed config verification in IDE context when the config does not specify the
target but uses the `scale_down` feature.


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


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.78.1"
version = "3.78.2"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+scale-down-ide.fixed.md

This file was deleted.

0 comments on commit 4521632

Please sign in to comment.