mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-05 02:55:32 +01:00
prepare changelog prior to release of google-apis-common
This commit is contained in:
@@ -5,6 +5,37 @@ 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
|
||||
|
||||
Fix deprecation warnings in latest version of the `chrono` crate.
|
||||
|
||||
### Commit Statistics
|
||||
|
||||
<csr-read-only-do-not-edit/>
|
||||
|
||||
- 9 commits contributed to the release over the course of 65 calendar days.
|
||||
- 65 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**
|
||||
- Merge branch 'docker' ([`292a86e`](https://github.com/Byron/google-apis-rs/commit/292a86ee5a44a41533bbc3cde66c8739766b46a5))
|
||||
- Fix lints by avoiding deprecated methods with latest chrono ([`36f78cd`](https://github.com/Byron/google-apis-rs/commit/36f78cdebfa1c9dc8ac7b58ceb1f3f889a14b20c))
|
||||
- Merge pull request #471 from ytanay/fix-base64-deserialization-borrowed ([`b74056b`](https://github.com/Byron/google-apis-rs/commit/b74056b4b7e4e573e83e0fa2237b622be9655195))
|
||||
- Use Cow for reading base64 strings ([`a8d7356`](https://github.com/Byron/google-apis-rs/commit/a8d735628215d13d736447e919d0bd57767135c5))
|
||||
- Add failing test case for reading base64 string via reader ([`f990fd0`](https://github.com/Byron/google-apis-rs/commit/f990fd0589bb7f5d904c4ef613cd004c4883bcc1))
|
||||
- Merge pull request #465 from andrewbaxter/field-mask-pub-value ([`00a3e18`](https://github.com/Byron/google-apis-rs/commit/00a3e18145c9163a314253a62a4d28d5606c2944))
|
||||
- Add docstring ([`d09893e`](https://github.com/Byron/google-apis-rs/commit/d09893e9212be1f346f6fe8ca61d39ff6c8b8232))
|
||||
- Add FieldMask new method instead of making internals public ([`157b45f`](https://github.com/Byron/google-apis-rs/commit/157b45f6064b9d2c95c2b7057c60875312530103))
|
||||
- Make field mask inner public ([`1ee4014`](https://github.com/Byron/google-apis-rs/commit/1ee401408c6c5ec78b229f9cea556dbb583d296b))
|
||||
</details>
|
||||
|
||||
## 6.0.1 (2024-01-05)
|
||||
|
||||
Added another encoding/decoding wrapper for base64.
|
||||
@@ -13,7 +44,7 @@ Added another encoding/decoding wrapper for base64.
|
||||
|
||||
<csr-read-only-do-not-edit/>
|
||||
|
||||
- 3 commits contributed to the release over the course of 100 calendar days.
|
||||
- 4 commits contributed to the release over the course of 100 calendar days.
|
||||
- 135 days passed between releases.
|
||||
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
|
||||
- 0 issues like '(#ID)' were seen in commit messages
|
||||
@@ -25,6 +56,7 @@ Added another encoding/decoding wrapper for base64.
|
||||
<details><summary>view details</summary>
|
||||
|
||||
* **Uncategorized**
|
||||
- Release google-apis-common v6.0.1 ([`5a190c7`](https://github.com/Byron/google-apis-rs/commit/5a190c7e20cd8f4160e88d91d3c5c375a6f2bf94))
|
||||
- Prepare changelog prior to google-apis-common release. ([`3e0829c`](https://github.com/Byron/google-apis-rs/commit/3e0829caf73a3bb2f7430bb2fc8109d43d5b61d9))
|
||||
- Merge pull request #464 from andrewbaxter/standard-base64 ([`23aecc3`](https://github.com/Byron/google-apis-rs/commit/23aecc38e8b03ab3d50641e5581aca63dde76cb3))
|
||||
- Attempt to add 'standard' base64 bytes support ([`ee4ed07`](https://github.com/Byron/google-apis-rs/commit/ee4ed07af102f7ae5f685b78327737b233a4023e))
|
||||
@@ -906,7 +938,7 @@ you need.
|
||||
<csr-id-74aa7bba2d9e5e5375d15ee2500e385d4b33415b/>
|
||||
|
||||
- <csr-id-a2f5625fe36c5c257d2dc2a4483e5685f8848518/> add lang attribute to docs index
|
||||
Use the W3 standard "lang" attribute on the "html" tag to provide context for browsers and screen
|
||||
Use the W3 standard "lang" attribute on the "html" tag to provide context for browsers and screen
|
||||
readers.
|
||||
- <csr-id-c4055af677f0d7041c90a2bd34f4ff45607a43ba/> fix build errors
|
||||
Rustdoc assumes indented code is Rust code, but when it isn't, the docs
|
||||
|
||||
Reference in New Issue
Block a user