Skip to content

Commit

Permalink
release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nugine committed Mar 31, 2022
1 parent c0c8421 commit d7c9918
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[Unreleased]: https://github.com/Nugine/rlimit/v0.7.0...HEAD
[Unreleased]: https://github.com/Nugine/rlimit/v0.8.0...HEAD

## [0.8.0] - 2022-03-31

[0.8.0]: https://github.com/Nugine/rlimit/compare/v0.7.0...v0.8.0

rlimit v0.8.0 uses custom ffi bindings instead of libc for rlimit symbols and constants. The custom bindings are kept in sync with system headers automatically.

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]
name = "rlimit"
version = "0.8.0-dev"
version = "0.8.0"
authors = ["Nugine <nugine@foxmail.com>"]
edition = "2018"
description = "Resource limits"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
//! ```
//!
//! ## Increase NOFILE limit
//! See the example [nofile](https://github.com/Nugine/rlimit/tree/v0.8.0-dev/examples/nofile.rs).
//! See the example [nofile](https://github.com/Nugine/rlimit/tree/v0.8.0/examples/nofile.rs).
//!
//! You can also use the tool function showed below:
//!
Expand Down

0 comments on commit d7c9918

Please sign in to comment.