Skip to content

Commit

Permalink
release v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nugine committed Sep 1, 2024
1 parent 48930e8 commit 44d3f36
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[Unreleased]: https://github.com/Nugine/rlimit/compare/v0.10.1...HEAD
[Unreleased]: https://github.com/Nugine/rlimit/compare/v0.10.2...HEAD

## [0.10.2] - 2024-09-01

[0.10.2]: https://github.com/Nugine/rlimit/compare/v0.10.1...v0.10.2

+ Update libc bindings.

## [0.10.1] - 2023-07-20

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.10.1"
version = "0.10.2"
authors = ["Nugine <[email protected]>"]
edition = "2021"
description = "Resource limits"
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ codegen:
./scripts/codegen.sh

sync-version:
cargo set-version -p rlimit 0.10.1
cargo set-version -p rlimit 0.10.2

publish:
cargo publish -p rlimit
Expand Down

0 comments on commit 44d3f36

Please sign in to comment.