Skip to content

Commit

Permalink
Merge pull request #39 from ltratt/pizauth_1_0_5
Browse files Browse the repository at this point in the history
Prepare a 1.0.5 release.
  • Loading branch information
ltratt authored Jul 27, 2024
2 parents c9ea617 + 99c8e25 commit 04dc523
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# pizauth 1.0.5 (2024-07-27)

* Use `XDG_RUNTIME_DIR` instead of `XDG_DATA_HOME` for the socket path.


# pizauth 1.0.4 (2024-02-04)

* Add `pizauth revoke` which revokes any tokens / ongoing authentication for a
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.4"
version = "1.0.5"
repository = "https://github.com/ltratt/pizauth/"
authors = ["Laurence Tratt <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 04dc523

Please sign in to comment.