Skip to content

Commit

Permalink
Prepare for M7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbosch committed Mar 23, 2017
1 parent 1734cd9 commit 1addb6f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
# Detekt - Changelog

#### M7 - Upcoming
#### M8 - Upcoming

##### feature

- Introduce complexity ruleset - [#4](https://github.com/arturbosch/detekt/issues/4)

<!-- - Implement FeatureEnvy rule - [#36](https://gitlab.com/arturbosch/detekt/issues/36) -->

#### M7

##### defect

- SpacingAroundCurlyBraces throw IndexOutOfFound when determinating Location.of(node) as LineAndColumn calculation is simple wrong (of Idea?) - [#47](https://gitlab.com/arturbosch/detekt/issues/47)
- Remove NoElseInWhenExpression rule [#10](https://github.com/arturbosch/detekt/issues/10)

##### feature

- As an user I want to give more weight to some rule sets than to others - [#83](https://gitlab.com/arturbosch/detekt/issues/83)
- Integrate debug rule set provider into cli - [#70](https://gitlab.com/arturbosch/detekt/issues/70)
- Implement FeatureEnvy rule - [#36](https://gitlab.com/arturbosch/detekt/issues/36)

##### feedback

Expand All @@ -24,7 +31,8 @@

- As an user I want to get more often releases to try out the new stuff - [#87](https://gitlab.com/arturbosch/detekt/issues/87)
- Update to kotlin 1.0.6 - [#84](https://gitlab.com/arturbosch/detekt/issues/84)

- Update to kotlin 1.1.1 - [#2](https://github.com/arturbosch/detekt/issues/2)
- Get rid of hamkrest - [#9](https://github.com/arturbosch/detekt/issues/9)

See all issues at: [M7](https://gitlab.com/arturbosch/detekt/milestones/7)

Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ It operates on the abstract syntax tree provided by the Kotlin compiler.

![detekt in action](img/output.png "detekt in action")

### Versioning

As of M7 I try to release more often to bintray. So there will be more releases for each milestone.

With the 1.0.0.M7.b1 release I try to use this Versioning scheme: Major.Minor.Fix.Milestone.Build, where Major.Minor.Fix
will stay at 1.0.0 until I'm sure detekt works properly without big issues.

For current milestones there will be _build_ releases until all issues are closed. Then for example a 1.0.0.M7 tag will be created.

### Usage/Build

##### Building all submodules ( + executables)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
detektVersion=1.0.0.M7.b2
detektVersion=1.0.0.M7
kotlinVersion=1.1.1
spekVersion=1.1.19
junitPlatformVersion=1.0.0-M2
Expand Down

0 comments on commit 1addb6f

Please sign in to comment.