Skip to content

Commit

Permalink
Bump to 0.4.0 (#17)
Browse files Browse the repository at this point in the history
* Bump to 0.4.0

* Update CHANGELOG.md

Co-authored-by: nayyara-airlangga <[email protected]>
  • Loading branch information
nayyara-airlangga and nayyara-airlangga authored Aug 1, 2022
1 parent 59799c9 commit 1d3465e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic

## [Unreleased]

No changes have been made.


## [v0.4.0] - 2022-08-02

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

### Changed
- Make ticket validation request to be synchronous ([#16](https://github.com/ristekoss/rust-sso-ui-jwt/pull/16)) ([@nayyara-airlangga])
- Rename `ReqwestError` to `RequestError` ([#16](https://github.com/ristekoss/rust-sso-ui-jwt/pull/16)) ([@nayyara-airlangga])
Expand Down Expand Up @@ -78,7 +86,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.1...HEAD
[Unreleased]: https://github.com/ristekoss/rust-sso-ui-jwt/compare/v0.4.0...HEAD
[v0.4.0]: https://github.com/ristekoss/rust-sso-ui-jwt/compare/v0.3.1...v0.4.0
[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
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.1"
version = "0.4.0"
edition = "2021"
keywords = ["sso", "jwt", "ristekoss", "ristekcsui", "universitasindonesia"]
authors = ["RISTEK Open Source <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add this to your `Cargo.toml` file:

```toml
[dependencies]
sso-ui-jwt = "0.3"
sso-ui-jwt = "0.4"
```

## Features
Expand All @@ -36,7 +36,7 @@ Enabling or disabling features can be done by configuring the library from `Carg

```toml
[dependencies.sso-ui-jwt]
version = "0.3"
version = "0.4"
features = ["log"]
```

Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
//!
//! ```toml
//! [dependencies]
//! sso-ui-jwt = "0.3"
//! sso-ui-jwt = "0.4"
//! ```
//!
//! # Features
Expand All @@ -30,7 +30,7 @@
//!
//! ```toml
//! [dependencies.sso-ui-jwt]
//! version = "0.3"
//! version = "0.4"
//! features = ["log"]
//! ```
//!
Expand Down

0 comments on commit 1d3465e

Please sign in to comment.