Skip to content

Commit

Permalink
Prepare for release 0.9.18.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jul 12, 2023
1 parent eff8414 commit da7d6a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

0.9.18
------

_2023-07-12_

- Fix: Differentiate unit and instrumentation tests in Skippy. Now changing a unit test will not cause the instrumentation tests to be marked as affected.
- Add `slack.dependencyrake.dryRun` gradle property flag for dependency rake to enable dry-run. If enabled, the project build files will not be modified and a separate `new-build.gradle.kts` file will be written to instead.
- Update Okio to `3.4.0`.

0.9.17
------

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,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.9.18

0 comments on commit da7d6a8

Please sign in to comment.