Skip to content

Commit

Permalink
chore: Prepare 6.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Aug 21, 2024
1 parent 0fbebb3 commit 47d0897
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Unreleased

# 6.2.0

> 2024-08-24
#### New features
- Add musl linux builds #350
- Add universal binaries for macOS #351

#### Changes
- Dependency updates via dependabot

# 6.1.0

> 2024-05-27
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.

9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[package]
name = "jwt-cli"
description = "A super fast CLI tool to decode and encode JWTs built in Rust"
version = "6.1.0"
version = "6.1.1"
repository = "https://github.com/mike-engel/jwt-cli"
authors = ["Mike Engel <[email protected]>", "Corey McGregor <https://github.com/shousper>", "Aaron Schaef <https://github.com/atschaef>", "Hugh Simpson <https://github.com/hughsimpson>"]
authors = [
"Mike Engel <[email protected]>",
"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 47d0897

Please sign in to comment.