Skip to content

Commit

Permalink
Upgrade CHANGELOG and podspec for eDO 1.0.2 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 346640390
  • Loading branch information
AlbertWang0116 authored and mobile-devx-github-bot committed Dec 9, 2020
1 parent 91c532d commit 6733a91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Details changes in each release of eDistantObject. eDistantObject follows
[semantic versioning](http://semver.org/).

## [1.0.2](https://github.com/google/eDistantObject/tree/1.0.2) (12/09/2020)

* Added supports to ASAN/TSAN/UBSAN.

* Fixed "Doesn't support pointer returns" complaint when eDO is proxying Swift
array.

## [1.0.1](https://github.com/google/eDistantObject/tree/1.0.1) (09/01/2020)

Aligned with Google respectful code guidance and renamed some classes.
Expand Down
2 changes: 1 addition & 1 deletion eDistantObject.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "eDistantObject"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "ObjC and Swift remote invocation framework"
s.homepage = "https://github.com/google/eDistantObject"
s.author = "Google LLC."
Expand Down

0 comments on commit 6733a91

Please sign in to comment.