Skip to content

Commit

Permalink
chore: release 2.1.0 (#130)
Browse files Browse the repository at this point in the history
* chore: release 2.1.0

* Update CHANGELOG.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Christopher Wilcox <crwilcox@google.com>
  • Loading branch information
release-please[bot] and crwilcox committed Dec 5, 2020
1 parent bf1dde6 commit 200d892
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,11 +4,15 @@

[1]: https://pypi.org/project/google-cloud-datastore/#history

### [2.0.1](https://www.github.com/googleapis/python-datastore/compare/v2.0.1...v2.0.1) (2020-12-02)
## [2.1.0](https://www.github.com/googleapis/python-datastore/compare/v2.0.1...v2.1.0) (2020-12-04)


### Features

* support autoconversion of Entity to Key for purposes of delete & delete_multi ([#123](https://www.github.com/googleapis/python-datastore/issues/123)) ([bf1dde6](https://www.github.com/googleapis/python-datastore/commit/bf1dde60b2f42e939c7dfa4a5228c3f41d565ece))

### Fix

* remove six dependency ([#120](https://www.github.com/googleapis/python-datastore/issues/120)) ([b1715e5](https://www.github.com/googleapis/python-datastore/commit/b1715e500f870fd5292bb84232b0039c2ac6be85))

### [2.0.1](https://www.github.com/googleapis/python-datastore/compare/v2.0.0...v2.0.1) (2020-11-13)
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/datastore/version.py
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.0.1"
__version__ = "2.1.0"

0 comments on commit 200d892

Please sign in to comment.