Skip to content

Commit

Permalink
Fix verson
Browse files Browse the repository at this point in the history
  • Loading branch information
rscarson committed Mar 13, 2023
1 parent 0aa8b86 commit e00d499
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.8.0
0.8.1
-----
Update dependencies
Fix issue with string escape processing
Expand Down
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ categories = ["parser-implementations", "development-tools", "command-line-utili
homepage = "https://rscarson.github.io/Lavendeux/"
repository = "https://github.com/rscarson/lavendeux-parser"
readme = "readme.md"
version = "0.8.0"
version = "0.8.1"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
//! @yen: Format a number as a yen amount
//! ```
//!
#![doc(html_root_url = "https://docs.rs/lavendeux-parser/0.8.0")]
#![doc(html_root_url = "https://docs.rs/lavendeux-parser/0.8.1")]
#![warn(missing_docs)]

mod handlers;
Expand Down

0 comments on commit e00d499

Please sign in to comment.