Skip to content

Commit e8149dd

Browse files
chore(nfs3_client): release v0.6.0 (#105)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 909a44c commit e8149dd

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

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.

crates/nfs3_client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0](https://github.com/Vaiz/nfs3/compare/nfs3_client-v0.5.0...nfs3_client-v0.6.0) - 2025-07-19
11+
12+
### Added
13+
14+
- [**breaking**] add support for smol runtime ([#104](https://github.com/Vaiz/nfs3/pull/104))
15+
1016
## [0.5.0](https://github.com/Vaiz/nfs3/compare/nfs3_client-v0.4.2...nfs3_client-v0.5.0) - 2025-06-29
1117

1218
### Changes

crates/nfs3_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nfs3_client"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

crates/nfs3_tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license.workspace = true
1010
publish = false # this crate contains only tests
1111

1212
[dependencies]
13-
nfs3_client = { path = "../nfs3_client", version = "0.5.0", features = ["tokio"] }
13+
nfs3_client = { path = "../nfs3_client", version = "0.6.0", features = ["tokio"] }
1414
nfs3_server = { path = "../nfs3_server", version = "0.7.0", features = ["__test_reexports", "memfs"] }
1515
nfs3_types = { path = "../nfs3_types", version = "0.4.0" }
1616

0 commit comments

Comments
 (0)