From 2427ffa5c3133345773107a246396ffef19e7ded Mon Sep 17 00:00:00 2001 From: Philip Cristiano Date: Wed, 10 Jul 2024 19:24:25 -0400 Subject: [PATCH] chore(main): release 0.3.3 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4391033..fd82e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.3](https://github.com/philipcristiano/hello_idc/compare/v0.3.2...v0.3.3) (2024-07-10) + + +### Bug Fixes + +* Use common tracelayer ([67e2467](https://github.com/philipcristiano/hello_idc/commit/67e24672dd444364edb624e5dedb4f46bd607722)) + ## [0.3.2](https://github.com/philipcristiano/hello_idc/compare/v0.3.1...v0.3.2) (2024-07-10) diff --git a/Cargo.lock b/Cargo.lock index 5ac58fd..0d2ad8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,7 +964,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hello_idc" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anyhow", "axum 0.7.5", diff --git a/Cargo.toml b/Cargo.toml index 9ae34fe..7f6ca40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello_idc" -version = "0.3.2" +version = "0.3.3" edition = "2021" description = "Hello World with OIDC auth" license = "Apache-2.0"