Skip to content

Commit

Permalink
Updated README and CHANGELOG for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LachlanMcKee committed Aug 19, 2021
1 parent 37b230c commit ba7fa06
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sed -i -e "s,signing.keyId=,signing.keyId=$GPG_KEY_ID,g" gradle.properties
sed -i -e "s,signing.password=,signing.password=$GPG_PASSWORD,g" gradle.properties
sed -i -e "s,signing.secretKeyRingFile=,signing.secretKeyRingFile=$GITHUB_WORKSPACE/release.gpg,g" gradle.properties
./gradlew uploadArchives
./gradlew publish
env:
GPG_KEY_ARMOR: "${{ secrets.GPG_KEY_ARMOR }}"
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
===========

Version 1.0.1 *(2021-08-19)*
----------------------------

* Updated to Compose 1.0.1
* Updated to Dagger2 to 2.38.1
* Updated to Kotlin to 1.5.21

Version 1.0.0-rc02 *(2021-07-21)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ To see this in practice, please take a look at the [sample](sample) directory.
This library is available on Maven, you can add it to your project using the following gradle dependencies:

```gradle
implementation 'net.lachlanmckee:hilt-compose-navigation-factory:1.0.0-rc02'
annotationProcessor 'net.lachlanmckee:hilt-compose-navigation-factory-compiler:1.0.0-rc02'
implementation 'net.lachlanmckee:hilt-compose-navigation-factory:1.0.1'
annotationProcessor 'net.lachlanmckee:hilt-compose-navigation-factory-compiler:1.0.1'
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kotlin.code.style=official

# Maven
GROUP=net.lachlanmckee
VERSION_NAME=1.0.0-rc02
VERSION_NAME=1.0.1

POM_DESCRIPTION=Provides a mechanism to scale Jetpack Compose navigation across numerous modules.
POM_INCEPTION_YEAR=2021
Expand Down

0 comments on commit ba7fa06

Please sign in to comment.