Skip to content

Commit

Permalink
Prepare for release 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Dec 24, 2020
1 parent e537c20 commit 5e33099
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# Change Log

## 1.0.0

This is our first stable release! Thanks everyone for using FlowBinding, reporting bugs, providing feedback and sending PRs.

### Changed
- Update to Kotlin 1.4.10.
- Update to Coroutines 1.4.2.
- Update to AndroidX Navigation 2.3.2.
- Update to AndroidX Lifecycle 2.3.0-rc01.

## 1.0.0-beta02

### Changed
- Convert all custom event types to data class.
- Update to AndroidX Navigation 2.3.1.
- Update to AndroidX Navigation 2.3.2.
- Update to Coroutines 1.4.0.

## 1.0.0-beta01
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Dependencies are hosted on [Maven Central][maven-central].
Latest version:

```groovy
def flowbinding_version = "1.0.0-beta02"
def flowbinding_version = "1.0.0"
```

### Platform Bindings
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=io.github.reactivecircus.flowbinding
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=1.0.0

POM_URL=https://github.com/reactivecircus/FlowBinding
POM_SCM_URL=https://github.com/reactivecircus/FlowBinding
Expand Down

0 comments on commit 5e33099

Please sign in to comment.