Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Release v0.11.0 (#678)
Browse files Browse the repository at this point in the history
* update changelog

* update cargo lock

* fix typo
  • Loading branch information
Robert-Steiner authored Jan 18, 2021
1 parent a609155 commit aa50c6c
Show file tree
Hide file tree
Showing 9 changed files with 166 additions and 228 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [unreleased]

## [0.11.0] - 2021-01-18

### Added

#### Rust SDK `xaynet-sdk`
Expand Down Expand Up @@ -62,7 +64,7 @@ a message fails, only that part will be resent and not the entire message.

#### Coordinator state managed in Redis

In order to be able to restore the state of the coordinator after an failure or shutdown,
In order to be able to restore the state of the coordinator after a failure or shutdown,
the state is managed in Redis and no longer in memory.

The Redis client can be configured via the `[redis]` setting:
Expand Down Expand Up @@ -330,7 +332,8 @@ The first public release of **XAIN**
[benchmarks](https://github.com/xaynetwork/xaynet/tree/v0.1.0/xain/benchmark) using
a realistic deep learning model structure.

[Unreleased]: https://github.com/xaynetwork/xaynet/compare/v0.10.0...HEAD
[Unreleased]: https://github.com/xaynetwork/xaynet/compare/v0.11.0...HEAD
[0.10.0]: https://github.com/xaynetwork/xaynet/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/xaynetwork/xaynet/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/xaynetwork/xaynet/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/xaynetwork/xaynet/compare/v0.7.0...v0.8.0
Expand Down
85 changes: 68 additions & 17 deletions bindings/python/Cargo.lock

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

6 changes: 3 additions & 3 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ sodiumoxide = "0.2.6"
tracing = "0.1.22"
tracing-subscriber = "0.2.15"
pyo3 = {version = "0.13.1", features = ["abi3-py36", "extension-module"]}
xaynet-core = { path = "../../rust/xaynet-core"}
xaynet-mobile = { path = "../../rust/xaynet-mobile"}
xaynet-sdk = { path = "../../rust/xaynet-sdk"}
xaynet-core = { path = "../../rust/xaynet-core", version = "0.2.0"}
xaynet-mobile = { path = "../../rust/xaynet-mobile", version = "0.1.0"}
xaynet-sdk = { path = "../../rust/xaynet-sdk", version = "0.1.0"}

[lib]
name = "xaynet_sdk"
Expand Down
Loading

0 comments on commit aa50c6c

Please sign in to comment.