Skip to content

Commit

Permalink
Prepare for release 3.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemures committed Aug 27, 2019
1 parent ef8e7ad commit 3441847
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
<!-- Continue from top -->

## Release version 3.0.1 (Aug 27nd, 2019)
* Fixing issue #360: Member injectors contains and invalid reference to the parent member injector if it contains a generic. Thanks to @zawadz88 for the this contribution!

## Release version 3.0.0 (Aug 2nd, 2019)
* Enable field injection with qualifiers for KTP
* Adding toothpick-sample
Expand Down
28 changes: 14 additions & 14 deletions deps.gradle
Expand Up @@ -27,20 +27,20 @@ ext.deps = [// Common
dokkaPlugin : 'org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.17',

// TP artifacts for composite builds
tp_smoothie : 'com.github.stephanenicolas.toothpick:smoothie:3.0.0',
tp_androidx : 'com.github.stephanenicolas.toothpick:smoothie-androidx:3.0.0',
tp_lifecycle : 'com.github.stephanenicolas.toothpick:smoothie-lifecycle:3.0.0',
tp_lifecycle_ktp : 'com.github.stephanenicolas.toothpick:smoothie-lifecycle-ktp:3.0.0',
tp_viewmodel : 'com.github.stephanenicolas.toothpick:smoothie-lifecycle-viewmodel:3.0.0',
tp_viewmodel_ktp : 'com.github.stephanenicolas.toothpick:smoothie-lifecycle-viewmodel-ktp:3.0.0',
tp_smoothie_support : 'com.github.stephanenicolas.toothpick:smoothie-support:3.0.0',
tp : 'com.github.stephanenicolas.toothpick:toothpick:3.0.0',
tp_runtime : 'com.github.stephanenicolas.toothpick:toothpick-runtime:3.0.0',
ktp : 'com.github.stephanenicolas.toothpick:ktp:3.0.0',
tp_compiler : 'com.github.stephanenicolas.toothpick:toothpick-compiler:3.0.0',
tp_testing : 'com.github.stephanenicolas.toothpick:toothpick-testing:3.0.0',
tp_testing_junit4 : 'com.github.stephanenicolas.toothpick:toothpick-testing-junit4:3.0.0',
tp_testing_junit5 : 'com.github.stephanenicolas.toothpick:toothpick-testing-junit5:3.0.0',
tp_smoothie : 'com.github.stephanenicolas.toothpick:smoothie:3.0.1',
tp_androidx : 'com.github.stephanenicolas.toothpick:smoothie-androidx:3.0.1',
tp_lifecycle : 'com.github.stephanenicolas.toothpick:smoothie-lifecycle:3.0.1',
tp_lifecycle_ktp : 'com.github.stephanenicolas.toothpick:smoothie-lifecycle-ktp:3.0.1',
tp_viewmodel : 'com.github.stephanenicolas.toothpick:smoothie-lifecycle-viewmodel:3.0.1',
tp_viewmodel_ktp : 'com.github.stephanenicolas.toothpick:smoothie-lifecycle-viewmodel-ktp:3.0.1',
tp_smoothie_support : 'com.github.stephanenicolas.toothpick:smoothie-support:3.0.1',
tp : 'com.github.stephanenicolas.toothpick:toothpick:3.0.1',
tp_runtime : 'com.github.stephanenicolas.toothpick:toothpick-runtime:3.0.1',
ktp : 'com.github.stephanenicolas.toothpick:ktp:3.0.1',
tp_compiler : 'com.github.stephanenicolas.toothpick:toothpick-compiler:3.0.1',
tp_testing : 'com.github.stephanenicolas.toothpick:toothpick-testing:3.0.1',
tp_testing_junit4 : 'com.github.stephanenicolas.toothpick:toothpick-testing-junit4:3.0.1',
tp_testing_junit5 : 'com.github.stephanenicolas.toothpick:toothpick-testing-junit5:3.0.1',

// Test dependencies
junit4 : 'junit:junit:4.13-beta-3',
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,5 +1,5 @@
GROUP=com.github.stephanenicolas.toothpick
VERSION_NAME=3.0.1-SNAPSHOT
VERSION_NAME=3.0.1

POM_PACKAGING=JAR
POM_DESCRIPTION=DI.
Expand Down

0 comments on commit 3441847

Please sign in to comment.