Skip to content

Commit

Permalink
Release version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-bader committed Jan 8, 2018
1 parent b6f64bd commit 6f05dc4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.4.3 (released 8 January 2018)
------------------
- #156: Add JSON protocol support
- #153: Fix reading bool value in CompactProtocol
- #152: Add UUID for distinguishing parsed elements from those modified via `newBuilder`
- #147: Enable synchronous service calls

0.4.2 (released 2 May 2017)
------------------
- #141: Add missing method EnumMember#toBuilder()
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repositories {
}
dependencies {
compile 'com.microsoft.thrifty:thrifty-runtime:0.4.2'
compile 'com.microsoft.thrifty:thrifty-runtime:0.4.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.microsoft.thrifty
VERSION=0.4.3-SNAPSHOT
VERSION=0.4.3

POM_URL=https://github.com/microsoft/thrifty/

Expand Down

0 comments on commit 6f05dc4

Please sign in to comment.