Skip to content

Commit

Permalink
chore: Prepare 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Jan 20, 2022
1 parent 5ca6177 commit 4caaaa6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Unreleased

# 5.0.2

> 2022-01-20
### Fixes

- Fixes parsing of systemd.time date strings when they're in the past

### Changes

- Updates dependencies

# 5.0.1

? 2022-01-12
> 2022-01-12
### Changes

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.1"
version = "5.0.2"
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"
license = "MIT"
Expand Down

0 comments on commit 4caaaa6

Please sign in to comment.