Skip to content

Commit

Permalink
Prepare 0.3.1 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset authored Jan 18, 2025
1 parent 331e436 commit 27ba6d2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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])
Expand Down Expand Up @@ -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
[de37]: https://github.com/Normation/raugeas/commit/de37a83e3725e7231259befc39e3494ea79a0b26
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion raugeas/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "raugeas"
version = "0.3.0"
version = "0.3.1"
authors = ["panicbit <[email protected]>", "David Lutterkort <[email protected]>", "Alexis Mousset <[email protected]>"]
description = "Augeas bindings for Rust"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion raugeas/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//!
//! ```toml
//! [dependencies]
//! raugeas = "0.3.0"
//! raugeas = "0.3.1"
//! ```
//!
//! ## Summary
Expand Down

0 comments on commit 27ba6d2

Please sign in to comment.