Skip to content

Commit 0db3a92

Browse files
committed
version 1.2
1 parent 87fca6d commit 0db3a92

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,21 @@
22

33
## Unreleased - 2023-XX-YY
44

5+
## [1.3.0] - 2024-05-23
6+
7+
- Fix crash on refresh
8+
- Fix compilation error on cargo install (https://github.com/jwt-rs/jwt-ui/pull/36)
9+
- Print valid JSON when using `--json` flag
10+
- Arch Linux package (https://github.com/jwt-rs/jwt-ui/pull/34)
11+
- Minor updates and library upgrades
12+
513
## [1.1.0] - 2024-01-22
614

715
- Linux musl builds as default
816
- Aarch64 build for windows
917
- ARM v7 builds for Linux
10-
-
18+
-
19+
1120
## [1.0.7] - 2024-01-22
1221

1322
- Update clipboard dependencies to fix security vulnerability

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jwt-ui"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
authors = ["Deepu K Sasidharan <[email protected]>"]
55
description = """
66
A Terminal UI for decoding/encoding JSON Web Tokens

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ docker run --rm -it deepu105/jwt-ui
108108
You can also clone this repo and run `make docker` to build a docker image locally and run it using the above command
109109

110110
### Manual
111+
111112
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
112113

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

203204
MIT
204205

206+
## Release
207+
208+
1. Update the version in `Cargo.toml`
209+
2. Update release notes in `CHANGELOG.md`
210+
3. Commit the changes
211+
4. Run `make release V=vx.x.x` to release a new version via GitHub actions
212+
205213
## Creator
206214

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

0 commit comments

Comments
 (0)