Skip to content

Commit

Permalink
chore: Release 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Nov 27, 2024
1 parent 6cc2edf commit fe5fdd3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Unreleased

# 6.2.0

> 2024-11-27
#### New features

- Add completions for nushell
- Use Display trait to print external errors
- Support ARM64 for linux #370

# 6.2.0
#### Fixes

- Use Display trait to print external errors

# 6.1.1

> 2024-08-24
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 = "6.1.1"
version = "6.2.0"
repository = "https://github.com/mike-engel/jwt-cli"
authors = [
"Mike Engel <[email protected]>",
Expand Down

0 comments on commit fe5fdd3

Please sign in to comment.