Skip to content

Commit

Permalink
Prepare for release 0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Oct 10, 2022
1 parent f086e6a commit 67f6304
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

0.1.1
-----

_2022-10-10_

- **Fix**: Accidentally bundling more Compose UI dependencies than necessary.

0.1.0
-----

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ POM_DEVELOPER_ID=slackhq
POM_DEVELOPER_NAME=Slack Technologies, Inc.
POM_DEVELOPER_URL=https://github.com/slackhq
POM_INCEPTION_YEAR=2022
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=0.1.1
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ git tag -a "$NEW_VERSION" -m "Version $NEW_VERSION"
# Prepare next snapshot
echo "Restoring snapshot version $SNAPSHOT_VERSION"
sed -i '' "s/${NEW_VERSION}/${SNAPSHOT_VERSION}/g" gradle.properties
./gradlew spotlessApply --no-configuration-cache
git commit -am "Prepare next development version."

# Push it all up
Expand Down

0 comments on commit 67f6304

Please sign in to comment.