Skip to content

Commit

Permalink
docs: Prepare release 0.15.0 (#76)
Browse files Browse the repository at this point in the history
* docs: Prepare release 0.15.0

* chore: fix codestyle
  • Loading branch information
mateuszkwiecinski authored Aug 4, 2020
1 parent 4210fa8 commit dd4f287
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.15.0] - 2020-08-04
## Changed
- Update _Detekt_ to version _1.11.0-RC1_ see [release notes](https://github.com/detekt/detekt/releases/tag/v1.11.0-RC1)
- Update _Android Gradle Plugin_ to 4.0.2, see [release notes](https://developer.android.com/studio/releases/gradle-plugin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import com.android.build.gradle.BaseExtension
import com.android.build.gradle.internal.tasks.factory.dependsOn
import com.project.starter.config.plugins.rootConfig
import com.project.starter.modules.internal.findByType
import com.project.starter.modules.internal.getByType
import com.project.starter.quality.tasks.IssueLinksTask.Companion.registerIssueCheckerTask
import com.project.starter.quality.internal.configureCheckstyle
import com.project.starter.quality.internal.configureDetekt
Expand Down
1 change: 1 addition & 0 deletions plugins/src/test/kotlin/com/project/starter/Factories.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ internal fun kotlinClass(className: String) =
object $className
""".trimIndent()

@Language("kotlin")
internal fun kotlinTestClass(className: String) =
"""
Expand Down

0 comments on commit dd4f287

Please sign in to comment.