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

Commit

Permalink
Prepare version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jan 19, 2022
1 parent 7b8898e commit 831dd65
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

## [1.0.1] - 2022-01-19

* Fix: Sort methods in generated module code by name to ensure compatiblity with Gradle remote caching.


## [1.0.0] - 2021-03-27

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



[Unreleased]: https://github.com/cashapp/InflationInject/compare/1.0.0...HEAD
[Unreleased]: https://github.com/cashapp/InflationInject/compare/1.0.1...HEAD
[1.0.1]: https://github.com/cashapp/InflationInject/releases/tag/1.0.1
[1.0.0]: https://github.com/cashapp/InflationInject/releases/tag/1.0.0
[0.9.1]: https://github.com/cashapp/InflationInject/releases/tag/0.9.1
[0.9.0]: https://github.com/cashapp/InflationInject/releases/tag/0.9.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'app.cash.inject:inflation-inject:1.0.0'
annotationProcessor 'app.cash.inject:inflation-inject-processor:1.0.0'
implementation 'app.cash.inject:inflation-inject:1.0.1'
annotationProcessor 'app.cash.inject:inflation-inject-processor:1.0.1'
}
```

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=app.cash.inject
VERSION_NAME=1.1.0-SNAPSHOT
VERSION_NAME=1.0.1

POM_DESCRIPTION=Constructor-inject views during layout inflation

Expand Down

0 comments on commit 831dd65

Please sign in to comment.