Skip to content

Commit

Permalink
chore: bump up to 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwencool committed Aug 8, 2024
1 parent 8ecd48a commit fe461e1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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.4
dep_observer_cli = hex 1.7.5
```

**Elixir**
Expand Down Expand Up @@ -259,6 +259,8 @@ Support F/B to page up/down.
- 1.7.5
- Fix crash when mnesia table with external copies.
Which `mnesia:table_info(TabName, storage_type)` returns tuple `{ext, _, _}`
- Correct the order of the application information; the items Memory and Reductions have been switched.

- 1.7.4
- fix crash when ets:info/1 return undefined.
- 1.7.3
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.7.4",
version: "1.7.5",
language: :erlang,
description: "observer in shell",
deps: [
Expand Down
6 changes: 3 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{"1.2.0",
[{<<"recon">>,{pkg,<<"recon">>,<<"2.5.1">>},0}]}.
[{<<"recon">>,{pkg,<<"recon">>,<<"2.5.5">>},0}]}.
[
{pkg_hash,[
{<<"recon">>, <<"430FFA60685AC1EFDFB1FE4C97B8767C92D0D92E6E7C3E8621559BA77598678A">>}]},
{<<"recon">>, <<"C108A4C406FA301A529151A3BB53158CADC4064EC0C5F99B03DDB8C0E4281BDF">>}]},
{pkg_hash_ext,[
{<<"recon">>, <<"5721C6B6D50122D8F68CCCAC712CAA1231F97894BAB779EFF5FF0F886CB44648">>}]}
{<<"recon">>, <<"632A6F447DF7CCC1A4A10BDCFCE71514412B16660FE59DECA0FCF0AA3C054404">>}]}
].
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.4"},
{vsn, "1.7.5"},
{modules, [
observer_cli
]},
Expand Down

0 comments on commit fe461e1

Please sign in to comment.