Skip to content

Commit

Permalink
chore(datastore): release datastore/v1.3.0 (#2872)
Browse files Browse the repository at this point in the history
  • Loading branch information
tritone committed Sep 16, 2020
1 parent 0f56da3 commit 28a9062
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions datastore/CHANGES.md
@@ -1,5 +1,10 @@
# Changes

## v1.3.0
- Fix saving behavior for non-struct custom types which implement
`PropertyLoadSaver` and for nil interface types.
- Support `DetectProjectID` when using the emulator.

## v1.2.0
- Adds Datastore Admin API.
- Documentation updates.
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Expand Up @@ -26,7 +26,7 @@ import (

// Repo is the current version of the client libraries in this
// repo. It should be a date in YYYYMMDD format.
const Repo = "20200911"
const Repo = "20200916"

// Go returns the Go runtime version. The returned string
// has no whitespace.
Expand Down

0 comments on commit 28a9062

Please sign in to comment.