Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 831dd65

Browse files
committed
Prepare version 1.0.1
1 parent 7b8898e commit 831dd65

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

5+
## [1.0.1] - 2022-01-19
6+
7+
* Fix: Sort methods in generated module code by name to ensure compatiblity with Gradle remote caching.
8+
9+
510
## [1.0.0] - 2021-03-27
611

712
Change package name and Maven groupId to `app.cash`.
@@ -151,7 +156,8 @@ Initial preview release.
151156

152157

153158

154-
[Unreleased]: https://github.com/cashapp/InflationInject/compare/1.0.0...HEAD
159+
[Unreleased]: https://github.com/cashapp/InflationInject/compare/1.0.1...HEAD
160+
[1.0.1]: https://github.com/cashapp/InflationInject/releases/tag/1.0.1
155161
[1.0.0]: https://github.com/cashapp/InflationInject/releases/tag/1.0.0
156162
[0.9.1]: https://github.com/cashapp/InflationInject/releases/tag/0.9.1
157163
[0.9.0]: https://github.com/cashapp/InflationInject/releases/tag/0.9.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ repositories {
6565
mavenCentral()
6666
}
6767
dependencies {
68-
implementation 'app.cash.inject:inflation-inject:1.0.0'
69-
annotationProcessor 'app.cash.inject:inflation-inject-processor:1.0.0'
68+
implementation 'app.cash.inject:inflation-inject:1.0.1'
69+
annotationProcessor 'app.cash.inject:inflation-inject-processor:1.0.1'
7070
}
7171
```
7272

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=app.cash.inject
2-
VERSION_NAME=1.1.0-SNAPSHOT
2+
VERSION_NAME=1.0.1
33

44
POM_DESCRIPTION=Constructor-inject views during layout inflation
55

0 commit comments

Comments
 (0)