Skip to content

Commit

Permalink
chore(main): release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philipcristiano committed Apr 29, 2024
1 parent 2e42f46 commit 4479319
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.1](https://github.com/philipcristiano/hello_idc/compare/v0.3.0...v0.3.1) (2024-04-29)


### Bug Fixes

* **deps:** update rust crate anyhow to 1.0.82 ([03ad448](https://github.com/philipcristiano/hello_idc/commit/03ad4485420a2ac71408e3205524f2cdd18907aa))
* **deps:** update rust crate axum to 0.7.5 ([f55519a](https://github.com/philipcristiano/hello_idc/commit/f55519a70ff86ebf8f0cf3379b90f358284550f8))
* **deps:** update rust crate clap to 4.5.4 ([84a115a](https://github.com/philipcristiano/hello_idc/commit/84a115a1732fd0d041ca30bf52222dfc93dafd4b))
* **deps:** update rust crate service_conventions to 0.0.10 ([2e2406d](https://github.com/philipcristiano/hello_idc/commit/2e2406db9c01b6c2507247c515cba6ca0763b5a6))
* **deps:** update rust crate service_conventions to 0.0.12 ([30d7e34](https://github.com/philipcristiano/hello_idc/commit/30d7e3408c43d32c78377c0989a810343d25af8b))
* **deps:** update rust crate service_conventions to 0.0.13 ([f2f5225](https://github.com/philipcristiano/hello_idc/commit/f2f52252705b98e7cf94dd57b77019769d6cc591))
* **deps:** update rust crate service_conventions to 0.0.14 ([297dd93](https://github.com/philipcristiano/hello_idc/commit/297dd93642798e0baa56819a1ff1587b59ca4249))
* **deps:** update rust crate service_conventions to 0.0.16 ([9947f82](https://github.com/philipcristiano/hello_idc/commit/9947f8262cc78ff88c3ae5f579b298b7596eeff5))
* **deps:** update rust crate tokio to 1.37.0 ([396de77](https://github.com/philipcristiano/hello_idc/commit/396de7763e30a2b04be2ff8602c6f52e8ef3c254))

## [0.3.0](https://github.com/philipcristiano/hello_idc/compare/v0.2.0...v0.3.0) (2024-03-19)


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 = "hello_idc"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
description = "Hello World with OIDC auth"
license = "Apache-2.0"
Expand Down

0 comments on commit 4479319

Please sign in to comment.