From 27ba6d2dd020fd85afa60ea2361f6c08034fb425 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sat, 18 Jan 2025 23:47:16 +0100 Subject: [PATCH] Prepare 0.3.1 (#29) --- CHANGELOG.md | 8 +++++++- Cargo.lock | 2 +- raugeas/Cargo.toml | 2 +- raugeas/src/lib.rs | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21225bc..ceff82a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.3.1 (2025-01-18) + +- Fix build on ARM ([331e]) + +[331e]: https://github.com/Normation/raugeas/commit/331e4368d0dd9e6cc191dd8904a2814658cf2de4 + ## 0.3.0 (2024-12-24) - Support non-UTF-8 strings ([e7db]) @@ -46,4 +52,4 @@ [2394]: https://github.com/Normation/raugeas/commit/2394d3ec362186eecd28fb839a410447b3dba439 [8f9a]: https://github.com/Normation/raugeas/commit/8f9a41e3f416a4bd8ac3badfb1b08d156d6a0c2f [67bc]: https://github.com/Normation/raugeas/commit/67bc7d0747fb31ca7ca6135f8e4e6e54bc0e8763 -[de37]: https://github.com/Normation/raugeas/commit/de37a83e3725e7231259befc39e3494ea79a0b26 \ No newline at end of file +[de37]: https://github.com/Normation/raugeas/commit/de37a83e3725e7231259befc39e3494ea79a0b26 diff --git a/Cargo.lock b/Cargo.lock index 45c5422..0dd955e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -164,7 +164,7 @@ dependencies = [ [[package]] name = "raugeas" -version = "0.3.0" +version = "0.3.1" dependencies = [ "bitflags", "libc", diff --git a/raugeas/Cargo.toml b/raugeas/Cargo.toml index aa7fc14..aa4e0d4 100644 --- a/raugeas/Cargo.toml +++ b/raugeas/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raugeas" -version = "0.3.0" +version = "0.3.1" authors = ["panicbit ", "David Lutterkort ", "Alexis Mousset "] description = "Augeas bindings for Rust" license = "MIT" diff --git a/raugeas/src/lib.rs b/raugeas/src/lib.rs index 120a729..9b15ec3 100644 --- a/raugeas/src/lib.rs +++ b/raugeas/src/lib.rs @@ -22,7 +22,7 @@ //! //! ```toml //! [dependencies] -//! raugeas = "0.3.0" +//! raugeas = "0.3.1" //! ``` //! //! ## Summary