Skip to content

Commit b841b2a

Browse files
chore: release 2.1.1 (#137)
* chore: release 2.1.1 * chore: normalize imperative voice in changelog entry Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Tres Seaver <[email protected]>
1 parent 5b67daa commit b841b2a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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

7+
### [2.1.1](https://www.github.com/googleapis/python-datastore/compare/v2.1.0...v2.1.1) (2021-04-20)
8+
9+
10+
### Bug Fixes
11+
12+
* make HTTPDatastoreAPI compatible w/ microgen Gapic API ([#136](https://www.github.com/googleapis/python-datastore/issues/136)) ([d522799](https://www.github.com/googleapis/python-datastore/commit/d5227994a4a5e2300905d6619742664dcd909443))
13+
* optimize protobuf access for performance ([#155](https://www.github.com/googleapis/python-datastore/issues/155)) ([5b67daa](https://www.github.com/googleapis/python-datastore/commit/5b67daa3b2da1f0b5dd5b25e14bd5dee4444120b)), closes [#145](https://www.github.com/googleapis/python-datastore/issues/145) [#150](https://www.github.com/googleapis/python-datastore/issues/150)
14+
715
## [2.1.0](https://www.github.com/googleapis/python-datastore/compare/v2.0.1...v2.1.0) (2020-12-04)
816

917

google/cloud/datastore/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.1.0"
15+
__version__ = "2.1.1"

0 commit comments

Comments
 (0)