Skip to content

Commit 8b571ba

Browse files
committed
code: Release 0.8.0
1 parent 9a75667 commit 8b571ba

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [Unreleased] - 2026-03-26
99

1010
### Added
1111

@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
### Changed
1616

17+
- lib: Switched from async-std to smol/async-io
1718
- lib: Remove explicit entropy feature and make it the default
1819
- lib: Undeprecate direct access to Transit connections and unify the connection functions. `TransitConnector::connect` is now the only way to set up the connection, and accepts a `TransitRole` enum rather than an `is_leader` boolean. `leader_connect` and `follower_connect` are removed from the API.
1920
- lib: `transit::init()` is now undeprecated.

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "cli"]
33
default-members = ["cli"]
44

55
[workspace.package]
6-
version = "0.8.0-alpha.1"
6+
version = "0.8.0"
77
authors = [
88
"Fina Wilke <code@felinira.net>",
99
"piegames <info@piegames.de>",

0 commit comments

Comments
 (0)