Skip to content

Commit

Permalink
Merge pull request #36 from levibostian/release
Browse files Browse the repository at this point in the history
Prepare for 0.1.1-alpha release
  • Loading branch information
levibostian authored Apr 13, 2018
2 parents 73fe696 + 4e8ba36 commit a96c482
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## [0.1.1-alpha] - 2018-04-13
### Added
- Add `strict` mode to help developer during development of Wendy.

### Fixed
- Update README.md docs for the new changes done to the library recently.
- PendingTasks no longer get deleted on failing running tasks.

### Changed
- **Breaking Change** This release comes with a SQLite database change but does *not* come with a database migration! This is not backwards compatible with the last release `0.1.0-alpha`. This was done because `0.1.0-alpha` is not used in production by any apps (to my knowledge) and the change would have taken a bit of work to do. This was the easier solution for the situation.
- **Breaking Change** `PendingTasksFactory.getTask()` returns nullable `PendingTask`.
- **Breaking Change** Make `taskId` property nullable in `PendingTask` as it is null until it is added to Wen$
- **Breaking Change** Rename `PendingTasks` file to `Wendy`.
- Do not allow tasks to run if part of a group and the task is not the first task in a gr$
2 changes: 1 addition & 1 deletion wendy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 16
targetSdkVersion 27
versionCode 1
versionName "0.1.0"
versionName "0.1.1-alpha"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit a96c482

Please sign in to comment.