Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 1d82e8a

Browse files
chore(main): release 0.3.0
1 parent fef5a2c commit 1d82e8a

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.3"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/googleapis/python-dataform/compare/v0.2.3...v0.3.0) (2022-11-22)
4+
5+
6+
### Features
7+
8+
* add support for `google.cloud.dataform.__version__` ([fef5a2c](https://github.com/googleapis/python-dataform/commit/fef5a2c846e006a67d8cb83406fe6b80947e0901))
9+
* Add typing to proto.Message based class attributes ([fef5a2c](https://github.com/googleapis/python-dataform/commit/fef5a2c846e006a67d8cb83406fe6b80947e0901))
10+
11+
12+
### Bug Fixes
13+
14+
* Add dict typing for client_options ([fef5a2c](https://github.com/googleapis/python-dataform/commit/fef5a2c846e006a67d8cb83406fe6b80947e0901))
15+
* **deps:** require google-api-core >=1.33.2 ([fef5a2c](https://github.com/googleapis/python-dataform/commit/fef5a2c846e006a67d8cb83406fe6b80947e0901))
16+
17+
18+
### Documentation
19+
20+
* **samples:** Snippetgen handling of repeated enum field ([fef5a2c](https://github.com/googleapis/python-dataform/commit/fef5a2c846e006a67d8cb83406fe6b80947e0901))
21+
322
## [0.2.3](https://github.com/googleapis/python-dataform/compare/v0.2.2...v0.2.3) (2022-10-07)
423

524

google/cloud/dataform/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.2.3" # {x-release-please-version}
16+
__version__ = "0.3.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.dataform.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-dataform",
11-
"version": "0.1.0"
11+
"version": "0.3.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)