Skip to content

Commit

Permalink
Prepare a 1.0.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ltratt committed Feb 4, 2024
1 parent f32cb2f commit ba6d6fc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# pizauth 1.0.4 (2023-02-04)

* Add `pizauth revoke` which revokes any tokens / ongoing authentication for a
given account. Note that this does *not* revoke the remote token, as OAuth2
does not currently have standard support for this.

* Include bash completion scripts and example systemd units.

* Rework file installation to better handle a variety of OSes and file layouts.
The Makefile is now only compatible with gmake.


# pizauth 1.0.3 (2023-11-28)

* Add `pizauth status` to see which accounts have valid tokens (or not):
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.3"
version = "1.0.4"
repository = "https://github.com/ltratt/pizauth/"
authors = ["Laurence Tratt <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ distrib:
&& mkdir pizauth-$$v \
&& cp -rp Cargo.lock Cargo.toml COPYRIGHT LICENSE-APACHE LICENSE-MIT \
Makefile CHANGES.md README.md build.rs pizauth.1 pizauth.conf.5 \
pizauth.conf.example src pizauth-$$v \
examples lib share src pizauth-$$v \
&& tar cfz pizauth-$$v.tgz pizauth-$$v \
&& rm -rf pizauth-$$v

0 comments on commit ba6d6fc

Please sign in to comment.