Skip to content

Commit

Permalink
Bump jmx to 0.2.1. Bump app version
Browse files Browse the repository at this point in the history
  • Loading branch information
vpavkin committed Jun 22, 2020
1 parent a91c849 commit 4e33e1c
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.2.1]
### Changed
Bumped jmx to 0.2.1 which should fix the issue with auto-locating jdk on MacOS

## [0.2.0]
### Added
- Akka deadletters metrics (via [akka-periscope](https://github.com/ScalaConsultants/akka-periscope))
Expand Down
108 changes: 100 additions & 8 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "panopticon-tui"
version = "0.2.0"
version = "0.2.1"
authors = ["jczuchnowski <[email protected]>", "vpavkin <[email protected]>"]
license = "GPL-3.0"
description = "Terminal UI diagnostic tool for Scala apps"
Expand All @@ -20,7 +20,7 @@ redis-protocol = "1.0.0"
futures = "0.3.4"
tokio = { version = "0.2", features = ["full"] }
structopt = "0.3"
jmx = "0.2.0"
jmx = "0.2.1"
reqwest = { version = "0.10.4", features = ["default-tls", "json"] }
openssl = { version = "0.10", features = ["vendored"] }
serde = { version = "1.0.106", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Currently supports:

### Prerequisites

You'll need to have java installed (it is loaded dynamically by [jmx](https://docs.rs/jmx/0.2.0/jmx/) crate).
You'll need to have java installed (it is loaded dynamically by [jmx](https://docs.rs/jmx/0.2.1/jmx/) crate).

### Example

Expand Down

0 comments on commit 4e33e1c

Please sign in to comment.