From f01091efcafa31ffc7d208190ab61126170eca86 Mon Sep 17 00:00:00 2001 From: Philip Cristiano Date: Tue, 12 Mar 2024 21:48:53 -0400 Subject: [PATCH] chore(main): release 0.1.4 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10ce2b6..ae92b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.1.4](https://github.com/philipcristiano/hello_idc/compare/v0.1.3...v0.1.4) (2024-03-13) + + +### Bug Fixes + +* **deps:** update rust crate anyhow to 1.0.81 ([64cc28b](https://github.com/philipcristiano/hello_idc/commit/64cc28b7cafd5946a34d8ce5b44b31316d4ef84d)) +* Include dockerfile cache for cargo ([9f6a6d7](https://github.com/philipcristiano/hello_idc/commit/9f6a6d787eadab3a655332db8b18def99e0e2256)) +* Update example config ([368041b](https://github.com/philipcristiano/hello_idc/commit/368041be1b739a661d525a6aa3876638e76eb434)) + ## [0.1.3](https://github.com/philipcristiano/hello_idc/compare/v0.1.2...v0.1.3) (2024-03-11) diff --git a/Cargo.lock b/Cargo.lock index 2eef5f5..238a442 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -935,7 +935,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "hello_idc" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "axum 0.7.4", diff --git a/Cargo.toml b/Cargo.toml index 4e28cef..aa02513 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello_idc" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "Hello World with OIDC auth" license = "Apache-2.0"