Skip to content

Commit

Permalink
version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed May 23, 2024
1 parent 87fca6d commit 0db3a92
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@

## Unreleased - 2023-XX-YY

## [1.3.0] - 2024-05-23

- Fix crash on refresh
- Fix compilation error on cargo install (https://github.com/jwt-rs/jwt-ui/pull/36)
- Print valid JSON when using `--json` flag
- Arch Linux package (https://github.com/jwt-rs/jwt-ui/pull/34)
- Minor updates and library upgrades

## [1.1.0] - 2024-01-22

- Linux musl builds as default
- Aarch64 build for windows
- ARM v7 builds for Linux
-
-

## [1.0.7] - 2024-01-22

- Update clipboard dependencies to fix security vulnerability
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,6 +1,6 @@
[package]
name = "jwt-ui"
version = "1.1.0"
version = "1.2.0"
authors = ["Deepu K Sasidharan <[email protected]>"]
description = """
A Terminal UI for decoding/encoding JSON Web Tokens
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ docker run --rm -it deepu105/jwt-ui
You can also clone this repo and run `make docker` to build a docker image locally and run it using the above command

### Manual

Binaries for macOS (x86_64, arm64), Linux GNU/MUSL(x86_64, armv6, armv7, aarch64) and Windows (x86_64, aarch64) are available on the [releases](https://github.com/jwt-rs/jwt-ui/releases) page

1. Download the latest [binary](https://github.com/jwt-rs/jwt-ui/releases) for your OS.
Expand Down Expand Up @@ -202,6 +203,13 @@ If you are looking for a non TUI CLI, check out [jwt-cli](https://github.com/mik

MIT

## Release

1. Update the version in `Cargo.toml`
2. Update release notes in `CHANGELOG.md`
3. Commit the changes
4. Run `make release V=vx.x.x` to release a new version via GitHub actions

## Creator

- [Deepu K Sasidharan](https://deepu.tech/)

0 comments on commit 0db3a92

Please sign in to comment.