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 8, 2024
1 parent f3f0724 commit 13035b4
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 37 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

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

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

[dependencies]
clap = { version = "4.5.21", features = ["cargo"] }
clap = { version = "4.5.23", features = ["cargo"] }
clap_complete = "4.5.38"
clap_mangen = "0.2.24"
colored = "2.1.0"
Expand All @@ -25,7 +25,7 @@ similar = "2.6.0"
toml = "0.8.19"

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

Expand Down
8 changes: 4 additions & 4 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "LaTeX formatter written in Rust";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
flake-utils.url = "github:numtide/flake-utils";
};
outputs = {
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.4.7"
.TH tex-fmt 1 "tex-fmt 0.5.0"
.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.4.7
v0.5.0
.SH AUTHORS
William George Underwood, [email protected]
24 changes: 12 additions & 12 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)
*** just nix
** Update Rust version
*** just upgrade
** 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
** Run tests
*** just
*** just perf
*** Update performance results in README.md
*** 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 13035b4

Please sign in to comment.