Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nayyara-airlangga committed Jul 29, 2022
1 parent a906ff4 commit 90d6fe8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 deletions.
32 changes: 29 additions & 3 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion Cargo.toml
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]>"]
Expand Down

0 comments on commit 90d6fe8

Please sign in to comment.