Skip to content

Commit

Permalink
chore: Prepare 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Dec 24, 2020
1 parent a189cf8 commit 7a0e8b5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Unreleased

# 3.3.0

> 2020-12-24
#### New features

- Default decoding to JSON when not in a TTY #100

# 3.2.1

> 2020-09-13
Expand All @@ -18,7 +26,7 @@

#### Bug fixes

- When verifying token without an `exp` claim, `jwt` won't print that the jwt is inavalid
- When verifying token without an `exp` claim, `jwt` won't print that the jwt is invalid

# 3.1.0

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 = "3.2.1"
version = "3.3.0"
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 = "2018"
license = "MIT"
Expand Down

0 comments on commit 7a0e8b5

Please sign in to comment.