Skip to content

Commit

Permalink
Bump to 0.3.0 (#12)
Browse files Browse the repository at this point in the history
* Update crate versions in docs and Cargo.toml

* Update CHANGELOG.md

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

## [Unreleased]

No changes have been made since the last release.

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

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

### Added
- Create code style workflow ([#10](https://github.com/ristekoss/rust-sso-ui-jwt/pull/10)) ([@nayyara-airlangga])

## Removed
### Removed
- Remove `BadRequest` from `ValidateTicketError` ([#11](https://github.com/ristekoss/rust-sso-ui-jwt/pull/11)) ([@nayyara-airlangga])

### Fixed
Expand Down Expand Up @@ -56,7 +63,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.2.0...HEAD
[Unreleased]: https://github.com/ristekoss/rust-sso-ui-jwt/compare/v0.3.0...HEAD
[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
[v0.1.0]: https://github.com/ristekoss/rust-sso-ui-jwt/tree/v0.1.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.2.0"
version = "0.3.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.2"
sso-ui-jwt = "0.3"
```

## 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.2"
version = "0.3"
features = ["log"]
```

Expand Down
2 changes: 1 addition & 1 deletion examples/actix-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-web-example"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
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.2"
//! sso-ui-jwt = "0.3"
//! ```
//!
//! # Features
Expand All @@ -30,7 +30,7 @@
//!
//! ```toml
//! [dependencies.sso-ui-jwt]
//! version = "0.2"
//! version = "0.3"
//! features = ["log"]
//! ```
//!
Expand Down

0 comments on commit 0c275dc

Please sign in to comment.