From 0c05676abf989a8f296b3ac659e2ca5347e01297 Mon Sep 17 00:00:00 2001 From: Philip Cristiano Date: Wed, 31 Jul 2024 18:14:58 -0400 Subject: [PATCH] chore(main): release 0.3.5 --- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33841e0..538ba77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,27 @@ 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.5](https://github.com/philipcristiano/hello_idc/compare/v0.3.4...v0.3.5) (2024-07-31) + + +### Bug Fixes + +* **deps:** update rust crate clap to v4.5.10 ([dd6dfe9](https://github.com/philipcristiano/hello_idc/commit/dd6dfe9b3a4930c75eae0d40989d42e24a0e14f3)) +* **deps:** update rust crate clap to v4.5.11 ([7b69b44](https://github.com/philipcristiano/hello_idc/commit/7b69b4492610179a43e6d7367a1a92e737c97fa5)) +* **deps:** update rust crate clap to v4.5.12 ([e54dc2f](https://github.com/philipcristiano/hello_idc/commit/e54dc2fc9dd65077088d2c6822e41f3e434fe545)) +* **deps:** update rust crate clap to v4.5.13 ([6aac8f0](https://github.com/philipcristiano/hello_idc/commit/6aac8f0e41e0199359ad1dd84905bd27ea452822)) +* **deps:** update rust crate serde_json to v1.0.121 ([a9b9315](https://github.com/philipcristiano/hello_idc/commit/a9b931561a1c871b986f20270c4329dcd57cfe75)) +* **deps:** update rust crate service_conventions to 0.0.18 ([031d991](https://github.com/philipcristiano/hello_idc/commit/031d9910854f602803cba5b9374fb778dff8b998)) +* **deps:** update rust crate tokio to v1.38.1 ([d1e2e05](https://github.com/philipcristiano/hello_idc/commit/d1e2e056f267773b292257416dad245994397ba5)) +* **deps:** update rust crate tokio to v1.39.0 ([54b4df0](https://github.com/philipcristiano/hello_idc/commit/54b4df071e71a1f7a1e20e0b898365d343b4c949)) +* **deps:** update rust crate tokio to v1.39.1 ([cfcb9b1](https://github.com/philipcristiano/hello_idc/commit/cfcb9b12f4b299972e4abbcd9dcd4ce6e81b71bc)) +* **deps:** update rust crate tokio to v1.39.2 ([4422c96](https://github.com/philipcristiano/hello_idc/commit/4422c960b55ae8519e39b9c562d0325e3f58bba2)) +* **deps:** update rust crate toml to v0.8.15 ([cb87a73](https://github.com/philipcristiano/hello_idc/commit/cb87a73a074ab610ef93a18ec9e86ea9473dd4a3)) +* **deps:** update rust crate toml to v0.8.16 ([8397555](https://github.com/philipcristiano/hello_idc/commit/83975551c899ea131a52590b4c8c1fd65825ee9a)) +* **deps:** update rust crate toml to v0.8.17 ([b0af11a](https://github.com/philipcristiano/hello_idc/commit/b0af11a1036eb56dfe2767a69f9a6186be5c5a22)) +* **deps:** update rust crate toml to v0.8.18 ([b06a72c](https://github.com/philipcristiano/hello_idc/commit/b06a72ca67c70980d7a13c972fc38c69698bd066)) +* **deps:** update rust crate tonic to v0.12.1 ([8a87719](https://github.com/philipcristiano/hello_idc/commit/8a877191ac8dafa1dd85d44673bdb7f3cafcc0bf)) + ## [0.3.4](https://github.com/philipcristiano/hello_idc/compare/v0.3.3...v0.3.4) (2024-07-12) diff --git a/Cargo.lock b/Cargo.lock index b1a65b6..5617b30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,7 +964,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hello_idc" -version = "0.3.4" +version = "0.3.5" dependencies = [ "anyhow", "axum 0.7.5", diff --git a/Cargo.toml b/Cargo.toml index 88d0960..75f52ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello_idc" -version = "0.3.4" +version = "0.3.5" edition = "2021" description = "Hello World with OIDC auth" license = "Apache-2.0"