Skip to content

Commit

Permalink
Bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johalun committed Aug 3, 2021
1 parent d5f4448 commit 6a5bf62
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.4.2] - 2021-08-03
### Changed
- Add Cirrus CI for FreeBSD, macOS and Linux.
- Bump thiserror crate.
- Use sysctlnametomib(3) where available.
- Use sysctlbyname(3) on FreeBSD.
- Tell docs.rs to build docs for FreeBSD too.
- Don't include docs in package to reduce size.

## [0.4.1] - 2021-04-23
### Changed
- Replace deprecated failure crate with thiserror.
Expand All @@ -26,8 +35,6 @@ All notable changes to this project will be documented in this file.
- Add documentation for macOS.
- Use failure create for error handling.

NOTE: Includes API breaking changes.

## [0.1.4] - 2018-01-04
### Changed
- Fix documentation link
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sysctl"
version = "0.4.1"
version = "0.4.2"
authors = [
"Johannes Lundberg <johalun0@gmail.com>",
"Ivan Temchenko <ivan.temchenko@yandex.ua>",
Expand All @@ -11,7 +11,7 @@ keywords = ["sysctl", "sysfs", "freebsd", "macos", "linux"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/johalun/sysctl-rs"
documentation = "https://johalun.github.io/sysctl-rs/index.html"
documentation = "https://docs.rs/sysctl"
include = ["src/**/*", "LICENSE-MIT", "README.md", "CHANGELOG.md"]

[package.metadata.docs.rs]
Expand Down

0 comments on commit 6a5bf62

Please sign in to comment.