Skip to content

Commit c697e44

Browse files
committed
Bump version for release and update image
1 parent 20804f4 commit c697e44

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

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-explorer"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
edition = "2021"
55
description = "Decode, explore, and sign JWTs"
66
repository = "https://github.com/sciguy16/jwt-explorer"

Changelog.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
### Added
9+
10+
### Changed
11+
12+
### Deprecated
13+
14+
### Removed
15+
16+
### Fixed
17+
18+
### Security
19+
20+
## [v0.5.0] - 2022-07-09
21+
### Added
922
* Added editable human-readable versions of `iat` and `exp` fields
1023
* Added dark/light theme switcher
1124
* Added update checking button
@@ -19,14 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1932
* Set default window size to 1280x1024
2033
* GUI elements now fill the width of the window
2134

22-
### Deprecated
23-
24-
### Removed
25-
26-
### Fixed
27-
28-
### Security
29-
3035
## [v0.4.1] - 2022-07-07
3136
### Added
3237
* Added null signature attack

images/overview.png

42.5 KB
Loading

0 commit comments

Comments
 (0)