Skip to content

Commit

Permalink
chore: release v_2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tony19 committed Dec 4, 2022
1 parent f48ee94 commit 565a5a8
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 8 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# (2022-12-04)


### Bug Fixes

* ConverterTest quirks based on jdk ([e5fe9b5](https://github.com/tony19/logback-android/commit/e5fe9b5fb14df774f98e56c19e1b04813afc0b11))
* DateConverterTest quirks based on jdk ([68c6b2d](https://github.com/tony19/logback-android/commit/68c6b2d4167b5496af306151641e7f1ccb51a59b))
* **deps:** update dependency com.icegreen:greenmail to v1.6.11 ([fc7cd90](https://github.com/tony19/logback-android/commit/fc7cd905c45deed6088dcc576c717e4ea4b42f4b))
* **deps:** update dependency com.sun.mail:android-activation to v1.6.7 ([404b023](https://github.com/tony19/logback-android/commit/404b023827a58e59da9869ba54e624efe840f378))
* **deps:** update dependency com.sun.mail:android-mail to v1.6.7 ([6a44d78](https://github.com/tony19/logback-android/commit/6a44d78a893796fe47419768ac623020889a4b14))
* **deps:** update dependency joda-time:joda-time to v2.12.1 ([a085ba6](https://github.com/tony19/logback-android/commit/a085ba65d02119dc817a311d60e3b343775fedde))
* **deps:** update dependency joda-time:joda-time to v2.12.2 ([bb8c61e](https://github.com/tony19/logback-android/commit/bb8c61e9eae21eb770c175b653184a533ba21f6f))
* **deps:** update dependency junit:junit to v4.13.2 ([650cc4b](https://github.com/tony19/logback-android/commit/650cc4b7ac120e69806744becf7a147725a71858))
* **deps:** update dependency org.mockito:mockito-core to v2.28.2 ([b394edc](https://github.com/tony19/logback-android/commit/b394edc74a3214bf0533ff9c9314b8b13a5bce36))
* **deps:** update dependency org.robolectric:android-all to v13 ([b94355f](https://github.com/tony19/logback-android/commit/b94355f704a14461c4af1d5bdc3050f04df4ac4c))
* **deps:** update dependency org.robolectric:robolectric to v4.9 ([677b435](https://github.com/tony19/logback-android/commit/677b435273767e926c53a3d7a4d60fb0175a0451))
* **deps:** update slf4jversion to v1.7.36 ([e80340a](https://github.com/tony19/logback-android/commit/e80340aa41cae896e18c610a5282e09e1be31a00))
* force robolectric tests in api 30 ([2c3e454](https://github.com/tony19/logback-android/commit/2c3e454ae1d44adc23e2d34e1c0ce01c789b198c))
* ignore testThatErrorIsDetectedAtLogInit ([6b4aa4f](https://github.com/tony19/logback-android/commit/6b4aa4fba68a7216ba4efd7ddde30f9023423ed2))
* javadoc issue ([158a570](https://github.com/tony19/logback-android/commit/158a570f1c0ca513061993ed3c882d1d0762c796))
* restore accidentally deleted files from 38ed3af47 ([52f279d](https://github.com/tony19/logback-android/commit/52f279def05557b7773ada25553a0ca9759b9868))
* testThatErrorIsDetectedAtLogInit ([711fb59](https://github.com/tony19/logback-android/commit/711fb594b697026f49dd4bb1edf3494b24ec4977))
* update android context util tests ([6ff0057](https://github.com/tony19/logback-android/commit/6ff005791c9f089cab612347d1f7d062bb2afd51))
* use real domain with nonexistent resource in tests ([1353563](https://github.com/tony19/logback-android/commit/135356345a1ab50d906e02d2acf9aa21f19a6228))


### Reverts

* Revert "start work on release 1.0.2" ([c341686](https://github.com/tony19/logback-android/commit/c341686a1ae3094c2f93d71fccb4f1ec86c38016))
* Revert "started work on LBCORE-234" ([e8cefd6](https://github.com/tony19/logback-android/commit/e8cefd699528358e4dc4e238bd47a1b1a99ee941))
* Revert "ongoing work on LBCORE-234" ([85bfa21](https://github.com/tony19/logback-android/commit/85bfa216aa9ec323ee8f5bcdd5fde6e80a306b1f))
* remove gradle release plugin again ([696c4da](https://github.com/tony19/logback-android/commit/696c4da3671ab4cbde8e38885a9d9fe9b70bef54))



16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ Quick Start

```groovy
dependencies {
implementation 'org.slf4j:slf4j-api:1.7.36' // slf4j 2.x not yet supported
implementation 'com.github.tony19:logback-android:2.0.0'
implementation 'org.slf4j:slf4j-api:' // slf4j 2.x not yet supported
implementation 'com.github.tony19:logback-android:2.0.1'
}
```
If using `logback-android` in unit tests, **either** [use Robolectric](https://github.com/tony19/logback-android/issues/151#issuecomment-466276739), **or** use this config instead:
```groovy
dependencies {
implementation 'org.slf4j:slf4j-api:1.7.36' // slf4j 2.x not yet supported
implementation 'com.github.tony19:logback-android:2.0.0'
implementation 'org.slf4j:slf4j-api:' // slf4j 2.x not yet supported
implementation 'com.github.tony19:logback-android:2.0.1'
testImplementation 'ch.qos.logback:logback-classic:1.2.11'
}
Expand Down Expand Up @@ -95,8 +95,8 @@ _Gradle_ **release**
```groovy
dependencies {
implementation 'org.slf4j:slf4j-api:1.7.36' // slf4j 2.x not yet supported
implementation 'com.github.tony19:logback-android:2.0.0'
implementation 'org.slf4j:slf4j-api:' // slf4j 2.x not yet supported
implementation 'com.github.tony19:logback-android:2.0.1'
}
```

Expand All @@ -108,8 +108,8 @@ repositories {
}
dependencies {
implementation 'org.slf4j:slf4j-api:1.7.36' // slf4j 2.x not yet supported
implementation 'com.github.tony19:logback-android:2.0.1-SNAPSHOT'
implementation 'org.slf4j:slf4j-api:' // slf4j 2.x not yet supported
implementation 'com.github.tony19:logback-android:2.0.2-SNAPSHOT'
}
```

Expand Down

0 comments on commit 565a5a8

Please sign in to comment.