Skip to content

Commit

Permalink
3.93.1 (#2341)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Mar 31, 2024
1 parent 4060ec4 commit 9dfe77f
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 34 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,26 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

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


### Fixed

- Fix new IDE progress breaking older plugins.
Three issues fixed:
1. Show the new progress only when env var is set (to be set in newer IDE
versions).
2. Multi pod warning was showing everytime when no operator, not only when
targetting a deployment + no operator.
3. Show the message for rollouts as well.
[#2339](https://github.com/metalbear-co/mirrord/issues/2339)


### Internal

- Update Frida version to 16.2.1


## [3.93.0](https://github.com/metalbear-co/mirrord/tree/3.93.0) - 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.0"
version = "3.93.1"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+update-frida.internal.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/2339.fixed.md

This file was deleted.

0 comments on commit 9dfe77f

Please sign in to comment.