Skip to content

Commit

Permalink
chore: Prepare 6.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Jun 22, 2023
1 parent 2235509 commit 12db4af
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
26 changes: 23 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,32 @@
# Unreleased

# 6.0.0

> 2023-06-22
#### BREAKING

- [BREAKING] Update from clap 3 to clap 4.
This forces the use of `--exp`/`-e` to require an `=` sign, which was not required before. This means that when you used to be able to write `--exp +365d`, you must now write `--exp=+365d`. This is only required for this flag.
- Update from jsonwebtoken 7 to 8

#### New features

- Added `--out` argument to save output to a file #221
- Added support for EdDSA #238
- Added `--date` argument to change the display format of the timestamps #235
- Added `--no-typ` argument to prevent `typ` from being added to the header
- Add Scoop installation info #241
- Add Macports installation info #231

#### Changes

- Dependency updates
- Remove Gofish installation info. See #228
- Adds support for EdDSA algo
- Added `--date` argument to change the display format of the timestamps
- Update from jsonwebtoken 7 to 8

#### Fixes

- Added better error handling for improper secret and algorithm combinations

# 5.0.3

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 = "jwt-cli"
description = "A super fast CLI tool to decode and encode JWTs built in Rust"
version = "5.0.3"
version = "6.0.0"
repository = "https://github.com/mike-engel/jwt-cli"
authors = ["Mike Engel <mike@mike-engel.com>", "Corey McGregor <https://github.com/shousper>", "Aaron Schaef <https://github.com/atschaef>", "Hugh Simpson <https://github.com/hughsimpson>"]
edition = "2021"
Expand Down

0 comments on commit 12db4af

Please sign in to comment.