Skip to content

Commit

Permalink
Release Thrifty 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-bader committed Nov 2, 2018
1 parent 00bbd2e commit e419a32
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.0.0 (released 2 November 2018)
------------------
- #259: Enable configurable `@Generated` annotation type
- #254: Update to Kotlin 1.3, update generated coroutine APIs to be non-experimental
- #250: Add `@NonNull` to struct builder's copy ctor (thanks, @jparise)
- #241: Add nullable annotation to gen'd `findByValue` methods (thanks, @jparise)
- #239: Fix: Canonicalize paths of all loaded thrift files
- #236: Only use base filename in constants' comments (thanks, @jparise)

1.0.0-RC2 (released 10 September 2018)
------------------
- #235: Emit `@Generated` annotations on generated types
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 {
implementation 'com.microsoft.thrifty:thrifty-runtime:1.0.0-RC2'
implementation 'com.microsoft.thrifty:thrifty-runtime:1.0.0'
}
```

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=1.0.0-SNAPSHOT
VERSION=1.0.0

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

Expand Down

0 comments on commit e419a32

Please sign in to comment.