Skip to content

Commit 9e333eb

Browse files
committed
chore: create a release
1 parent 2458eec commit 9e333eb

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

.librarian/state.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
image: python-librarian-generator:latest
22
libraries:
33
- id: google-auth
4-
version: 2.41.1
4+
version: 2.42.0
55
last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb
66
apis: []
77
source_roots:
88
- google/auth
99
preserve_regex:
1010
- .*
1111
remove_regex: []
12-
tag_format: 'v{version}'
12+
tag_format: v{version}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
[1]: https://pypi.org/project/google-auth/#history
66

7+
## [2.42.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.41.1...google-auth-v2.42.0) (2025-10-15)
8+
9+
10+
### Features
11+
12+
* release libraries ([818ca50aea948aeef9d4a43ac632fc9d13d3ba61](https://github.com/googleapis/google-cloud-python/commit/818ca50aea948aeef9d4a43ac632fc9d13d3ba61))
13+
* Add trust boundary support for external accounts. (#1809) * feat: Add trust boundary support for external accounts.
14+
* Add trust boundary support to external account authorized users.
15+
* Fix lint issues
16+
* Implement additional unit tests for external account authorized user.
17+
* fix formatting issue
18+
* Add a unit test with invalid audiance
19+
* add missing unit tests ([36ecb1d65883477d27faf9c2281fc289659b9903](https://github.com/googleapis/google-cloud-python/commit/36ecb1d65883477d27faf9c2281fc289659b9903))
20+
721
## [2.41.2](https://github.com/googleapis/google-auth-library-python/compare/v2.41.1...v2.41.2) (2025-10-14)
822

923

google/auth/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.41.1"
15+
__version__ = "2.42.0"

0 commit comments

Comments
 (0)