Skip to content

Commit

Permalink
chore: release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andoriyu committed May 13, 2023
1 parent e0be797 commit eafdea0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@

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

## [0.5.0] - 2023-05-13

### Features

- **zpool:** [**breaking**] Change ZpoolEngine::{status,status_all,all} functions ([#196](https://github.com/ZeroAssumptions/aide-de-camp/issues/196))

## [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))
- **zpool:** Disk.path() does not return a full relative path

### Features

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.3"
version = "0.5.0"
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 eafdea0

Please sign in to comment.