From c3cf99952aa22c3e82e854f5f029a15fe73c0e6b Mon Sep 17 00:00:00 2001 From: Andrey Cherkashin Date: Sat, 1 Apr 2023 01:41:20 +0000 Subject: [PATCH] chore: release 0.4.2 --- CHANGELOG.md | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23964c4..0c3a215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.4.1] - 2023-04-01 +## [0.4.2] - 2023-04-01 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 4dff8f0..7956e6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] -authors = ["Andrey Sno "] -version = "0.4.1" +authors = ["Andrey Snow "] +version = "0.4.2" description = "libzetta is a stable interface for programmatic administration of ZFS" repository = "https://github.com/Inner-Heaven/libzetta-rs" keywords = ["zfs", "freebsd", "zol", "os", "open3"]