Skip to content

Commit

Permalink
chore: release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andoriyu committed May 12, 2023
1 parent ef881f2 commit 5d2c847
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

## [0.4.3] - 2023-05-12

### Bug Fixes

- Accidently used Deref from reexport instead of std. ([#186](https://github.com/ZeroAssumptions/aide-de-camp/issues/186))
- Include colon in valid path param ([#189](https://github.com/ZeroAssumptions/aide-de-camp/issues/189))

### Features

- **zpool:** Add `status_all(...)` fn to query zpool status with some parameters ([#190](https://github.com/ZeroAssumptions/aide-de-camp/issues/190))

## [0.4.2] - 2023-04-01

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
authors = ["Andrey Snow <[email protected]>"]
version = "0.4.2"
version = "0.4.3"
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"]
Expand Down

0 comments on commit 5d2c847

Please sign in to comment.