-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
nayyara-airlangga
committed
Jul 29, 2022
1 parent
a906ff4
commit 90d6fe8
Showing
2 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,33 @@ | ||
# Change Log | ||
|
||
Notable changes to this project will be documented here. This project follows [Semantic Versioning](https://semver.org). | ||
Notable changes to this project will be documented here. This project follows [Semantic Versioning] conventions. | ||
|
||
# v0.1.0 - July 29, 2022 | ||
|
||
This is the initial release of the project | ||
# [v0.1.1] - 29-07-2022 | ||
|
||
Thanks to the following for their contributions: | ||
- [@nayyara-airlangga] | ||
|
||
### Notable Changes | ||
- Add [`CONTRIBUTING.md`][contributing.md] ([@nayyara-airlangga]) | ||
|
||
|
||
# [v0.1.0] - 29-07-2022 | ||
|
||
Thanks to the following for their contributions: | ||
- [@nayyara-airlangga] | ||
|
||
### Notable Changes | ||
- Release initial version of the project ([@nayyara-airlangga]) | ||
|
||
|
||
<!---------- LINKS ----------> | ||
[Semantic Versioning]: https://semver.org | ||
[contributing.md]: https://github.com/ristekoss/rust-sso-ui-jwt/tree/main/CONTRIBUTING.md | ||
|
||
<!-- VERSION COMPARISON --> | ||
[v0.1.1]: https://github.com/ristekoss/rust-sso-ui-jwt/compare/v0.1.0...v0.1.1 | ||
[v0.1.0]: https://github.com/ristekoss/rust-sso-ui-jwt/tree/v0.1.0 | ||
|
||
<!-- AUTHORS --> | ||
[@nayyara-airlangga]: https://github.com/nayyara-airlangga |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "sso-ui-jwt" | ||
description = "Rust library for JWT utilities from SSO UI" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
edition = "2021" | ||
keywords = ["sso", "jwt", "ristekoss", "ristekcsui", "universitasindonesia"] | ||
authors = ["RISTEK Open Source <[email protected]>"] | ||
|