Skip to content

Commit

Permalink
Prepare a 1.0.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ltratt committed Oct 12, 2023
1 parent 2b4dd5d commit ab02896
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# pizauth 1.0.2 (2023-10-12)

* Better handle syntactically invalid requests. In particular, this causes the
check for a running instance of pizauth not to cause the existing instance to
exit.

* Document `-v` (which can be repeated up to 4 times for increased verbosity)
on `pizauth server`.


# pizauth 1.0.1 (2023-08-14)

* Fix location of `ring` dependency.
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
@@ -1,7 +1,7 @@
[package]
name = "pizauth"
description = "Command-line OAuth2 authentication daemon"
version = "1.0.1"
version = "1.0.2"
repository = "https://github.com/ltratt/pizauth/"
authors = ["Laurence Tratt <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit ab02896

Please sign in to comment.