Skip to content

Commit

Permalink
Bump version to 0.3.1 (#14)
Browse files Browse the repository at this point in the history
* Bump version to 0.3.1

* Update CHANGELOG.md

Co-authored-by: nayyara-airlangga <[email protected]>
  • Loading branch information
nayyara-airlangga and nayyara-airlangga authored Jul 31, 2022
1 parent e82fd7e commit f4382b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic

## [Unreleased]

No changes have been made.


## [v0.3.1] - 2022-07-31

Thanks to the following for their contributions:
- [@nayyara-airlangga]

### Removed
- Remove `dotenv` and unused `tokio` features ([#13](https://github.com/ristekoss/rust-sso-ui-jwt/pull/13)) ([@nayyara-airlangga])


## [v0.3.0] - 2022-07-31

Thanks to the following for their contributions:
Expand Down Expand Up @@ -64,7 +73,8 @@ Thanks to the following for their contributions:
[contributing.md]: https://github.com/ristekoss/rust-sso-ui-jwt/tree/main/CONTRIBUTING.md

<!-- VERSION COMPARISON -->
[Unreleased]: https://github.com/ristekoss/rust-sso-ui-jwt/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/ristekoss/rust-sso-ui-jwt/compare/v0.3.1...HEAD
[v0.3.1]: https://github.com/ristekoss/rust-sso-ui-jwt/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/ristekoss/rust-sso-ui-jwt/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/ristekoss/rust-sso-ui-jwt/compare/v0.1.1...v0.2.0
[v0.1.1]: https://github.com/ristekoss/rust-sso-ui-jwt/compare/v0.1.0...v0.1.1
Expand Down
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.3.0"
version = "0.3.1"
edition = "2021"
keywords = ["sso", "jwt", "ristekoss", "ristekcsui", "universitasindonesia"]
authors = ["RISTEK Open Source <[email protected]>"]
Expand Down

0 comments on commit f4382b9

Please sign in to comment.