Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 564323d

Browse files
authored
Release 0.3.0 (#5883)
1 parent 326752f commit 564323d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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

7+
## 0.3.0
8+
9+
### Implementation Changes
10+
- Regenerate tasks to fix API enablement URL (#5579)
11+
12+
### New Features
13+
- Tasks: Add v2beta3 endpoint (#5880)
14+
15+
### Documentation
16+
- update Task library doc link (#5708)
17+
- tasks missing from docs (#5656)
18+
719
## 0.2.0
820

921
### Implementation Changes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = 'google-cloud-tasks'
2323
description = 'Cloud Tasks API API client library'
24-
version = '0.1.0'
24+
version = '0.3.0'
2525
release_status = 'Development Status :: 3 - Alpha'
2626
dependencies = [
2727
'google-api-core[grpc] >= 1.1.0, < 2.0.0dev',

0 commit comments

Comments
 (0)