-
-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 15.0.0-dev.3 [skip ci]
# [15.0.0-dev.3](v15.0.0-dev.2...v15.0.0-dev.3) (2023-09-06) ### Bug Fixes * Make `CompatiblePackage.versions` a property ([67b7dff](67b7dff)) * Use correct module name ([080fbe9](080fbe9)) * feat Use `Set` as super type for `PatchBundleLoader` ([4b76d19](4b76d19)) ### BREAKING CHANGES * `PatchBundleLoader` is not a map anymore * This renames packages and the Maven package.
- Loading branch information
1 parent
49930f6
commit 30f0ea2
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
org.gradle.parallel = true | ||
org.gradle.caching = true | ||
kotlin.code.style = official | ||
version = 15.0.0-dev.2 | ||
version = 15.0.0-dev.3 |