Skip to content

Commit

Permalink
Aten 0.6.0
Browse files Browse the repository at this point in the history
This includes:

* use of monotonic time instead of system time which should result
in more accurate time keeping by the aten sink.
* fixed a case of double down notification when a node was terminated
  • Loading branch information
kjnilsson committed Jan 3, 2024
1 parent 5632d51 commit 3503c79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ erlang_package = use_extension(

erlang_package.hex_package(
name = "aten",
version = "0.5.8",
sha256 = "64d40a8cf0ddfea4e13af00b7327f0925147f83612d0627d9506cbffe90c13ef",
version = "0.6.0",
sha256 = "5f39a164206ae3f211ef5880b1f7819415686436e3229d30b6a058564fbaa168",
)

erlang_package.hex_package(
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ESCRIPT_NAME = ra_fifo_cli
ESCRIPT_EMU_ARGS = -noinput -setcookie ra_fifo_cli

dep_gen_batch_server = hex 0.8.8
dep_aten = hex 0.5.8
dep_aten = hex 0.6.0
dep_seshat = hex 0.6.0
DEPS = aten gen_batch_server seshat

Expand Down

0 comments on commit 3503c79

Please sign in to comment.