Skip to content

Commit

Permalink
Merge pull request #3 from chenhunghan/release-please--branches--main…
Browse files Browse the repository at this point in the history
…--components--jwks

chore(main): release 0.1.1
  • Loading branch information
chenhunghan authored Jan 26, 2024
2 parents 0b51983 + a801557 commit 64294fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/chenhunghan/jwks/compare/v0.1.0...v0.1.1) (2024-01-26)


### Bug Fixes

* add missing metadata in Cargo.toml ([0b51983](https://github.com/chenhunghan/jwks/commit/0b51983e04bfa3e1a9338169c63a59fad8f28b50))

## 0.1.0 (2024-01-26)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jwks"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Hung-Han Chen <[email protected]>"]
description = "A library for retrieving and parsing JSON Web Key Sets (JWKS)"
Expand Down

0 comments on commit 64294fa

Please sign in to comment.