Skip to content

Commit 5a190c7

Browse files
committed
Release google-apis-common v6.0.1
1 parent 3e0829c commit 5a190c7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

google-apis-common/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## 6.0.1 (2024-01-05)
99

1010
Added another encoding/decoding wrapper for base64.
1111

1212
### Commit Statistics
1313

1414
<csr-read-only-do-not-edit/>
1515

16-
- 2 commits contributed to the release over the course of 100 calendar days.
16+
- 3 commits contributed to the release over the course of 100 calendar days.
1717
- 135 days passed between releases.
1818
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1919
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +25,7 @@ Added another encoding/decoding wrapper for base64.
2525
<details><summary>view details</summary>
2626

2727
* **Uncategorized**
28+
- Prepare changelog prior to google-apis-common release. ([`3e0829c`](https://github.com/Byron/google-apis-rs/commit/3e0829caf73a3bb2f7430bb2fc8109d43d5b61d9))
2829
- Merge pull request #464 from andrewbaxter/standard-base64 ([`23aecc3`](https://github.com/Byron/google-apis-rs/commit/23aecc38e8b03ab3d50641e5581aca63dde76cb3))
2930
- Attempt to add 'standard' base64 bytes support ([`ee4ed07`](https://github.com/Byron/google-apis-rs/commit/ee4ed07af102f7ae5f685b78327737b233a4023e))
3031
</details>

google-apis-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "google-apis-common"
3-
version = "6.0.0"
3+
version = "6.0.1"
44
authors = ["Sebastian Thiel <[email protected]>"]
55
repository = "https://github.com/Byron/google-apis-rs"
66
homepage = "https://github.com/Byron/google-apis-rs/google-apis-common"

0 commit comments

Comments
 (0)