Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Jan 3, 2025
1 parent 9656817 commit dec0aed
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
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
@@ -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"
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions man/tex-fmt.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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, [email protected]

0 comments on commit dec0aed

Please sign in to comment.