mirror of
https://github.com/fluencelabs/trust-graph
synced 2024-12-04 15:20:19 +00:00
chore: add CHANGELOGs
chore: fluence-keypair v0.8.1
This commit is contained in:
parent
570428c8fe
commit
d45796b846
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -727,7 +727,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "fluence-keypair"
|
||||
version = "0.8.0"
|
||||
version = "0.8.1"
|
||||
dependencies = [
|
||||
"asn1_der 0.6.3",
|
||||
"bs58 0.3.1",
|
||||
|
@ -10,7 +10,7 @@ repository = "https://github.com/fluencelabs/trust-graph"
|
||||
[dependencies]
|
||||
serde = { version = "1.0.118", features = ["derive"] }
|
||||
|
||||
fluence-keypair = { path = "./keypair", version = "0.8.0" }
|
||||
fluence-keypair = { path = "./keypair", version = "0.8.1" }
|
||||
serde_json = "1.0.58"
|
||||
bs58 = "0.3.1"
|
||||
failure = "0.1.6"
|
||||
|
24
keypair/CHANGELOG.md
Normal file
24
keypair/CHANGELOG.md
Normal file
@ -0,0 +1,24 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.8.1] - 2022-10-06
|
||||
|
||||
### Added
|
||||
- *(keypair)* add KeyPair::from_secret_key (#50)
|
||||
|
||||
### Other
|
||||
- set version of fluence-keypair to 0.8.0
|
||||
- fluence-keypair 0.8.0
|
||||
- libp2p-core 0.33.0 (#49)
|
||||
- remove circle, update gh, add lints; remove warnings (#43)
|
||||
- fluence-keypair 0.6.0
|
||||
- libp2p-core 0.31.0 (from crates.io) (#37)
|
||||
- Remove serde version lock (#15)
|
||||
- Fix revocations logic (#34)
|
||||
- Trust Graph: implement WASM built-in (#18)
|
||||
- Move fluence-identity to fluence-keypair (#17)
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "fluence-keypair"
|
||||
version = "0.8.0"
|
||||
version = "0.8.1"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
description = "identity"
|
||||
|
30
service/CHANGELOG.md
Normal file
30
service/CHANGELOG.md
Normal file
@ -0,0 +1,30 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.3.1] - 2022-10-06
|
||||
|
||||
### Added
|
||||
- *(keypair)* add KeyPair::from_secret_key (#50)
|
||||
|
||||
### Fixed
|
||||
- fix bug get_all_certs_from, update example (#44)
|
||||
- fix db paths (#28)
|
||||
|
||||
### Other
|
||||
- set version of fluence-keypair to 0.8.0
|
||||
- fluence-keypair 0.8.0
|
||||
- libp2p-core 0.33.0 (#49)
|
||||
- remove circle, update gh, add lints; remove warnings (#43)
|
||||
- Add memory leak temporary mitigation (#42)
|
||||
- High-level Aqua API (#35)
|
||||
- fluence-keypair 0.6.0
|
||||
- libp2p-core 0.31.0 (from crates.io) (#37)
|
||||
- Fix revocations logic (#34)
|
||||
- Remove mutex from TG instance (#31)
|
||||
- refactoring (#30)
|
||||
- Trust Graph: implement WASM built-in (#18)
|
@ -12,7 +12,7 @@ path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
trust-graph = { version = "0.3.0", path = "../." }
|
||||
fluence-keypair = { version = "0.8.0", path = "../keypair" }
|
||||
fluence-keypair = { version = "0.8.1", path = "../keypair" }
|
||||
marine-rs-sdk = { version = "0.6.14", features = ["logger"] }
|
||||
marine-sqlite-connector = "0.5.2"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user