Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 15, 2024
1 parent af37ff7 commit dbb88ae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.157](https://github.com/nathaniel-bennett/libc/compare/0.2.156...0.2.157) - 2024-08-15

### Other
- Add additional Linux AF_PACKET options
- Merge pull request [#3827](https://github.com/nathaniel-bennett/libc/pull/3827) from tgross35/backport-beetroot
- openbsd/netbsd factorise getnameinfo.
- Add semver/wasi.txt
- Add wasi select, FD_SET, FD_ZERO, FD_ISSET
- Add fcntl OFD commands for macOS

## [0.2.156](https://github.com/rust-lang/libc/compare/0.2.155...0.2.156) - 2024-08-15

### Added
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 = "libc"
version = "0.2.156"
version = "0.2.157"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion libc-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A test crate for the libc crate.

[dependencies.libc]
path = ".."
version = "0.2.156"
version = "0.2.157"
default-features = false

[build-dependencies]
Expand Down

0 comments on commit dbb88ae

Please sign in to comment.