diff --git a/Cargo.lock b/Cargo.lock index f130945..e29787e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -453,7 +453,7 @@ dependencies = [ [[package]] name = "tex-fmt" -version = "0.5.1" +version = "0.5.2" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 2aecae8..c877b27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tex-fmt" -version = "0.5.1" +version = "0.5.2" authors = ["William George Underwood"] license = "MIT" repository = "https://github.com/WGUNDERWOOD/tex-fmt" diff --git a/NEWS.md b/NEWS.md index ba4800e..7bd7a2d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# v0.5.2 + +- Fix critical bug with config files missing the lists field. +- Trim trailing newlines. + # v0.5.1 - Custom list environments can be passed using the `lists` option in the config file. diff --git a/man/tex-fmt.1 b/man/tex-fmt.1 index 7e925b1..0620183 100644 --- a/man/tex-fmt.1 +++ b/man/tex-fmt.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH tex-fmt 1 "tex-fmt 0.5.1" +.TH tex-fmt 1 "tex-fmt 0.5.2" .SH NAME tex\-fmt \- LaTeX formatter written in Rust .SH SYNOPSIS @@ -67,6 +67,6 @@ Print version [\fIfiles\fR] List of files to be formatted .SH VERSION -v0.5.1 +v0.5.2 .SH AUTHORS William George Underwood, wg.underwood13@gmail.com