Skip to content

Commit

Permalink
krb5-src: release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed May 13, 2024
1 parent 61758ee commit 19f8473
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Versioning].

## [Unreleased] <!-- #release:date -->

## [0.3.3] - 2024-05-13

* Ignore the `CONFIG_SITE` environment variable when running configuration.
Site-specific configuration is generally not relevant when building with
Cargo and can lead to installations that are not laid out in the way
Expand Down Expand Up @@ -78,7 +80,8 @@ Versioning].
Initial release.

<!-- #release:next-url -->
[Unreleased]: https://github.com/MaterializeInc/rust-krb5-src/compare/v0.3.2+1.19.2...HEAD
[Unreleased]: https://github.com/MaterializeInc/rust-krb5-src/compare/v0.3.3...HEAD
[0.3.3]: https://github.com/MaterializeInc/rust-krb5-src/compare/v0.3.2+1.19.2...v0.3.3
[0.3.2+1.19.2]: https://github.com/MaterializeInc/rust-krb5-src/compare/v0.3.1+1.19.2...v0.3.2+1.19.2
[0.3.1+1.19.2]: https://github.com/MaterializeInc/rust-krb5-src/compare/v0.3.0+1.19.2...v0.3.1+1.19.2
[0.3.0+1.19.2]: https://github.com/MaterializeInc/rust-krb5-src/compare/v0.2.4+1.18.2...v0.3.0+1.19.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ documentation = "https://docs.rs/krb5-src"
repository = "https://github.com/MaterializeInc/rust-krb5-src"
license = "Apache-2.0"
categories = ["external-ffi-bindings"]
version = "0.3.2+1.19.2"
version = "0.3.3+1.19.2"
edition = "2018"
# Dummy `links` value so that we can pass DEP_* environment variables to our
# dependents.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Rust build system integration for [libkrb5], MIT's Kerberos implementation.
```toml
# Cargo.toml
[dependencies]
krb5-src = "0.3.2+1.19.2"
krb5-src = "0.3.3"
```

[libkrb5]: https://web.mit.edu/kerberos/
[docs]: https://docs.rs/krb5-src/0.3.2+1.19.2/krb5_src
[docs]: https://docs.rs/krb5-src/0.3.3/krb5_src

0 comments on commit 19f8473

Please sign in to comment.