Skip to content

Commit

Permalink
Update to 3.5.1 (#672)
Browse files Browse the repository at this point in the history
Co-authored-by: Eyal Bukchin <[email protected]>
  • Loading branch information
eyalb181 and eyalb181 committed Oct 31, 2022
1 parent b7bfcea commit ce833a0
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 17 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

### Changed
## 3.5.1

### Fixed
- Fixed an issue with the release CI

### Changed
- Update target file config to have `namespace` nested inside of `target` and not a separate `target_namespace`. See [#587](https://github.com/metalbear-co/mirrord/issues/587) and [#667](https://github.com/metalbear-co/mirrord/issues/667)

## 3.5.0
Expand Down
22 changes: 11 additions & 11 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 @@ -18,7 +18,7 @@ members = [

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.5.0"
version = "3.5.1"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion intellij-ext/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pluginGroup = com.metalbear.mirrord
pluginName = mirrord
# SemVer format -> https://semver.org
pluginVersion = 3.5.0
pluginVersion = 3.5.1

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down
4 changes: 2 additions & 2 deletions vscode-ext/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "mirrord",
"description": "Run your local process in the context of your cloud cluster",
"publisher": "MetalBear",
"version": "3.5.0",
"version": "3.5.1",
"engines": {
"vscode": "^1.63.0"
},
Expand Down

0 comments on commit ce833a0

Please sign in to comment.