Files
google-apis-rs/google-clis-common/CHANGELOG.md
2022-10-20 13:32:01 +08:00

64 lines
2.7 KiB
Markdown

# 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).
## 5.0.0 (2022-10-20)
### Breaking
Update `mime` dependency to 0.3 (from 0.2).
### Commit Statistics
<csr-read-only-do-not-edit/>
- 5 commits contributed to the release.
- 21 days passed between releases.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
<csr-read-only-do-not-edit/>
<details><summary>view details</summary>
* **Uncategorized**
- update apis-common crate changelog prior to release ([`065bd8d`](https://github.com/Byron/google-apis-rs/commit/065bd8d1b19f1450ff96a49981243843f8dfa2a0))
- Merge branch 'refactor' ([`d202c95`](https://github.com/Byron/google-apis-rs/commit/d202c95aa4b6ed4c159b4b3e2f754bf176234f5c))
- Add default impl to InvalidOptionsError ([`b706de7`](https://github.com/Byron/google-apis-rs/commit/b706de7a9569f182d022b097f8eb42677815808a))
- cargo clippy --fix google-clis-common ([`f4317a2`](https://github.com/Byron/google-apis-rs/commit/f4317a2968238eb0837bb88e65de4cee387d500f))
- Update mime dependency in google-clis-common ([`85e0d28`](https://github.com/Byron/google-apis-rs/commit/85e0d284d1551d1809e6883a3a18b8ce62f7b831))
</details>
## 4.0.0 (2022-09-29)
The first release to allow CLIs to share code in a backwards compatible fashion.
### Commit Statistics
<csr-read-only-do-not-edit/>
- 6 commits contributed to the release.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
<csr-read-only-do-not-edit/>
<details><summary>view details</summary>
* **Uncategorized**
- Release google-clis-common v4.0.0 ([`cd640a9`](https://github.com/Byron/google-apis-rs/commit/cd640a94a0f74a41982cc721d39e7681b4dc7037))
- Explicitly version strsim dependency to allow publish ([`b8555d6`](https://github.com/Byron/google-apis-rs/commit/b8555d6982e92af21e2bb38d2de7b2f636d7b3cc))
- prepare changelog ([`6aab198`](https://github.com/Byron/google-apis-rs/commit/6aab1989e113a089e2c10fda48174dc9200cea8e))
- Merge branch 'common-cli-crate' ([`4c4d96d`](https://github.com/Byron/google-apis-rs/commit/4c4d96d3c2028497de2b2e86f94f79a9d6b371bb))
- 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))
</details>