Skip to content

Commit

Permalink
bump 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwencool committed Aug 27, 2021
1 parent 17a4601 commit 3b440a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Visualize Erlang/Elixir Nodes On The Command Line base on [recon](https://github
%% rebar.config
{deps, [observer_cli]}
%% erlang.mk
dep_observer_cli = hex 1.7.0
dep_observer_cli = hex 1.7.1
```
**Elixir**
```elixir
Expand Down Expand Up @@ -223,6 +223,10 @@ Support F/B to page up/down.

----------------
### Changelog
- 1.7.1
- application view show starting/loading/startPfalse/loaded/started application.
- fixed badarg when staring by rpc and stop by `ctrl+c`.
- fixed mix.exe version error
- 1.7.0
- application view support reductions/memory/process_count sort
- plugin support `{byte, 1024}` to `10.0000 KB`
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ObserverCli.MixProject do
def project do
[
app: :observer_cli,
version: "1.6.2",
version: "1.7.1",
language: :erlang,
description: "observer in shell",
deps: [
Expand Down
2 changes: 1 addition & 1 deletion src/observer_cli.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, observer_cli,
[
{description, "Visualize Erlang Nodes On The Command Line"},
{vsn, "1.7.0"},
{vsn, "1.7.1"},
{modules, [
observer_cli
]},
Expand Down

0 comments on commit 3b440a0

Please sign in to comment.