Skip to content

Commit

Permalink
yaml-rust2 v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethiraric committed May 31, 2024
1 parent 59415ec commit 9b2d763
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Upcoming

## v0.8.1

**Bug fixes**
- ([#29](https://github.com/Ethiraric/yaml-rust2/issues/29)) Fix parsing
failing for deeply indented scalar blocks.
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 = "yaml-rust2"
version = "0.8.0"
version = "0.8.1"
authors = [
"Yuheng Chen <[email protected]>",
"Ethiraric <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
//!
//! ```toml
//! [dependencies]
//! yaml-rust2 = "0.8.0"
//! yaml-rust2 = "0.8.1"
//! ```
//!
//! # Examples
Expand Down

0 comments on commit 9b2d763

Please sign in to comment.