Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Dec 29, 2024
1 parent cd61241 commit 82436ff
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 45 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tex-fmt"
version = "0.5.0"
version = "0.5.1"
authors = ["William George Underwood"]
license = "MIT"
repository = "https://github.com/WGUNDERWOOD/tex-fmt"
Expand All @@ -12,11 +12,11 @@ exclude = ["tests/*", "extra/*", "*.nix", ".github/*", "completion/*", "man/*"]

[dependencies]
clap = { version = "4.5.23", features = ["cargo"] }
clap_complete = "4.5.38"
clap_complete = "4.5.40"
clap_mangen = "0.2.24"
colored = "2.1.0"
colored = "2.2.0"
dirs = "5.0.1"
env_logger = "0.11.5"
env_logger = "0.11.6"
lazy_static = "1.5.0"
log = "0.4.22"
merge = "0.1.0"
Expand All @@ -29,7 +29,7 @@ shellinstall = []

[build-dependencies]
clap = { version = "4.5.23", features = ["cargo"] }
clap_complete = "4.5.38"
clap_complete = "4.5.40"
clap_mangen = "0.2.24"

[profile.release]
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.5.1

- Custom list environments can be passed using the `lists` option in the config file.
- Allow `verbosity = "info"` in the config file.
- Fixed a bug with configuration values being incorrectly reset.

# v0.5.0

Version v0.5.0 is a major release, including breaking changes and substantial new features.
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

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

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.0"
.TH tex-fmt 1 "tex-fmt 0.5.1"
.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.0
v0.5.1
.SH AUTHORS
William George Underwood, [email protected]
26 changes: 13 additions & 13 deletions notes.org
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
** Args resolver
** GitHub README
* Release process
** Update release notes
*** git log --oneline --no-merges vX.X.X..main
*** Write in NEWS.md
** Update version number in Cargo.toml
** Update Nix flake and lock
*** Check for new NixOS version (nixos-XX.XX) for flake.nix
*** just nix
** Update Rust version
*** just upgrade
** Run tests
*** just
*** just perf
*** Update performance results in README.md
** DONE Update release notes
*** DONE git log --oneline --no-merges vX.X.X..main
*** DONE Write in NEWS.md
** DONE Update version number in Cargo.toml
** DONE Update Nix flake and lock
*** DONE Check for new NixOS version (nixos-XX.XX) for flake.nix
*** DONE just nix
** DONE Update Rust version
*** DONE just upgrade
** DONE Run tests
*** DONE just
*** DONE just perf
*** DONE Update performance results in README.md
** Push to GitHub and check tests pass
** Create a git tag
*** git tag vX.X.X
Expand Down

0 comments on commit 82436ff

Please sign in to comment.