Skip to content

Commit 2e32b65

Browse files
author
PramUkesh
committed
v0.3.1
1 parent 7e88d37 commit 2e32b65

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.1] - 2025-04-27
4+
- Add details about rust toolchain(compile requirements) in `README.md`
5+
- concurrent request for `peer_exchange` and more methods like `Site::find_peers`
6+
- Add `Peer::connect_async` + `ZeroConnection::from_address_async` in `zeronet_protocol` crate
7+
- adopt new nightly api changes for `extract_if` & unsafe block for `std::env::set_var`
8+
- Several Internal changes and bug fixes, See [diff](https://github.com/ZeroNetX/zeronet-rs/compare/v0.2.0...v0.3.1) for full commit changes.
9+
310
## [0.2.0] - 2024-01-23
411
- impl handle_site_bad_files
512
- impl handle_cert_(set/list)

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -2,7 +2,7 @@
22
authors = ["canewsin <canews.in@gmail.com>"]
33
edition = "2021"
44
name = "zeronet"
5-
version = "0.3.0"
5+
version = "0.3.1"
66

77
[dependencies]
88
async-recursion = "1.0.0"

0 commit comments

Comments
 (0)