Skip to content

Commit

Permalink
Merge pull request #169 from philipcristiano/release-please--branches…
Browse files Browse the repository at this point in the history
…--main--components--hello_idc

chore(main): release 0.3.2
  • Loading branch information
philipcristiano authored Jul 10, 2024
2 parents ce7f6d6 + 28fa406 commit 2559b44
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.2](https://github.com/philipcristiano/hello_idc/compare/v0.3.1...v0.3.2) (2024-07-10)


### Bug Fixes

* **deps:** update rust crate clap to v4.5.9 ([9866185](https://github.com/philipcristiano/hello_idc/commit/98661851ef591f564d0065ac4f323c4b8befddb3))
* **deps:** update rust crate serde to v1.0.204 ([bc7ffaf](https://github.com/philipcristiano/hello_idc/commit/bc7ffaf21889d696655c695b00b9aa47d278aed1))
* **deps:** update rust crate service_conventions to 0.0.17 ([ce7f6d6](https://github.com/philipcristiano/hello_idc/commit/ce7f6d690ae8fb60cd4015ec87aa6e1f68594efc))
* **deps:** update rust crate tonic to 0.12.0 ([90b4b3c](https://github.com/philipcristiano/hello_idc/commit/90b4b3ce9127538ab6d71a356d0d84ca8dbd5bc1))

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


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

0 comments on commit 2559b44

Please sign in to comment.