Skip to content

Commit d37595f

Browse files
committed
Release 0.5.0
1 parent 7bbd70d commit d37595f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

55
[1]: https://pypi.org/project/pybigquery/#history
66

7+
## 0.5.0
8+
9+
2020-11-18
10+
11+
### Features
12+
13+
- Support the `ARRAY` data type in generated DDL. ([#64](https://github.com/mxmzdlv/pybigquery/pull/64))
14+
- Support project ID and dataset ID in `schema` argument. ([#63](https://github.com/mxmzdlv/pybigquery/pull/63]))
15+
- Implement `get_view_names()` method. ([#62](https://github.com/mxmzdlv/pybigquery/pull/62), [#60](https://github.com/mxmzdlv/pybigquery/issues/60))
16+
17+
### Bug Fixes
18+
19+
- Ignore no-op nested labels. ([#47](https://github.com/mxmzdlv/pybigquery/pull/47))
20+
21+
### Development
22+
23+
- Use flake8 for code style checks. ([#71](https://github.com/mxmzdlv/pybigquery/pull/71))
24+
725
## 0.4.15
826

927
2020-04-23

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def readme():
1010

1111
setup(
1212
name="pybigquery",
13-
version='0.4.15',
13+
version='0.5.0',
1414
description="SQLAlchemy dialect for BigQuery",
1515
long_description=readme(),
1616
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)