This is an automated email from the ASF dual-hosted git repository.

jking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git

commit 057bebc1c346d6adcc2894d8f299c4276650d33d
Merge: 370d751 17fa32f
Author: James E. King III <jk...@apache.org>
AuthorDate: Sun May 26 14:59:04 2019 -0400

    Merge branch '0.12.1'

 lib/csharp/src/Thrift.csproj | 2 +-
 lib/hs/Makefile.am           | 3 +++
 lib/hs/thrift.cabal          | 2 +-
 lib/rs/README.md             | 1 +
 4 files changed, 6 insertions(+), 2 deletions(-)

diff --cc lib/hs/thrift.cabal
index 0849b80,cab9d1e..dd30d89
--- a/lib/hs/thrift.cabal
+++ b/lib/hs/thrift.cabal
@@@ -18,9 -18,9 +18,9 @@@
  --
  
  Name:           thrift
 -Version:        0.12.1
 +Version:        0.13.0
  Cabal-Version:  1.24
- License:        OtherLicense
+ License:        Apache
  Category:       Foreign
  Build-Type:     Simple
  Synopsis:       Haskell bindings for the Apache Thrift RPC system
diff --cc lib/rs/README.md
index c8d3643,f611a91..f518f4e
--- a/lib/rs/README.md
+++ b/lib/rs/README.md
@@@ -46,15 -46,7 +46,16 @@@ It does not currently use any Rust 201
  
  Breaking changes are minimized. When they are made they will be outlined 
below with transition guidelines.
  
 -##### Thrift 0.12.x
 +##### Thrift 0.13.0
++
 +* **[THRIFT-4536]** - Use TryFrom from std, required rust 1.34.0 or higher
 +
 +    Previously TryFrom was from try_from crate, it is now from the std 
library,
 +    but this functionality is only available in rust 1.34.0. Additionally, 
 +    ordered-float is now re-exported under the thrift module to reduce 
 +    possible dependency mismatches.
 +
 +##### Thrift 0.12.0
  
  * **[THRIFT-4529]** - Rust enum variants are now camel-cased instead of 
uppercased to conform to Rust naming conventions
  

Reply via email to