From 6aab1989e113a089e2c10fda48174dc9200cea8e Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 29 Sep 2022 09:12:03 +0800 Subject: [PATCH] prepare changelog --- google-clis-common/CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 google-clis-common/CHANGELOG.md diff --git a/google-clis-common/CHANGELOG.md b/google-clis-common/CHANGELOG.md new file mode 100644 index 0000000000..72e11543c8 --- /dev/null +++ b/google-clis-common/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + +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). + +## Unreleased + +The first release to allow CLIs to share code in a backwards compatible fashion. + +### Commit Statistics + + + + - 2 commits contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' where seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - run only tests that are actually used/implemented ([`a1e6496`](https://github.com/Byron/google-apis-rs/commit/a1e6496ccdeaa8a0d799c53ed3b95fca5b7fc7c9)) + - Add google-clis-common crate ([`322ea69`](https://github.com/Byron/google-apis-rs/commit/322ea698c365f1a713bc54d5aae9ffb92d9e646b)) +
+