Skip to content

Commit

Permalink
chore(main): release 0.7.0 (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 16, 2023
1 parent 3de734c commit 4ffade3
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.0"
".": "0.7.0"
}
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,48 @@ All notable changes to this project will be documented in this file.
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).

## [0.7.0](https://github.com/kevinah95/KDriller/compare/v0.6.0...v0.7.0) (2023-11-16)


### Features

* Add _delta_maintainability to Commit with KDoc ([67bcfb6](https://github.com/kevinah95/KDriller/commit/67bcfb6778ec756807fbaacb72c3b4a97e7dff03))
* Add _delta_risk_profile to Commit with KDoc ([67bcfb6](https://github.com/kevinah95/KDriller/commit/67bcfb6778ec756807fbaacb72c3b4a97e7dff03))
* Add _deltaRiskProfile to ModifiedFile ([004110f](https://github.com/kevinah95/KDriller/commit/004110fb7b08ce363005ad318f7ef7b3d879e8b9))
* Add _good_change_proportion to Commit with KDoc ([67bcfb6](https://github.com/kevinah95/KDriller/commit/67bcfb6778ec756807fbaacb72c3b4a97e7dff03))
* Add _riskProfile to ModifiedFile ([004110f](https://github.com/kevinah95/KDriller/commit/004110fb7b08ce363005ad318f7ef7b3d879e8b9))
* Add almost done TestGit ([d16e5d0](https://github.com/kevinah95/KDriller/commit/d16e5d048846fa8859bcb8a7e899401cc7e70026))
* Add almost done TestRepository ([842723d](https://github.com/kevinah95/KDriller/commit/842723d75194d191c26ed8a3d0562abc9dcb7274))
* Add comparison functions to Method class ([9d1a4d1](https://github.com/kevinah95/KDriller/commit/9d1a4d1600494350d284323ebf546882e6d1e804))
* Add dmm_unit_complexity to Commit with KDoc ([67bcfb6](https://github.com/kevinah95/KDriller/commit/67bcfb6778ec756807fbaacb72c3b4a97e7dff03))
* Add dmm_unit_interfacing to Commit with KDoc ([67bcfb6](https://github.com/kevinah95/KDriller/commit/67bcfb6778ec756807fbaacb72c3b4a97e7dff03))
* Add dmm_unit_size to Commit with KDoc ([67bcfb6](https://github.com/kevinah95/KDriller/commit/67bcfb6778ec756807fbaacb72c3b4a97e7dff03))
* Add ModifiedFile with code analysis ([351843d](https://github.com/kevinah95/KDriller/commit/351843d48bbd2f0bd1e6b68c1ddb1c24cda7e83a))
* Builder pattern to Repository class ([d8fb550](https://github.com/kevinah95/KDriller/commit/d8fb550e7d74d5253422d3d93c3dfe36d74137ea))
* Implement get_commits_last_modified_lines in Git class ([f734676](https://github.com/kevinah95/KDriller/commit/f73467603ba93dbf8bababdd6bf8150717e44dbb))
* Make _conf.sanityCheckFilters() available ([3feffd1](https://github.com/kevinah95/KDriller/commit/3feffd1c91161996d66b733e8ffc7273281cf450))
* split Commit Class ([dc5d102](https://github.com/kevinah95/KDriller/commit/dc5d102c1a79974ff50e4b2ee5cb5eaa500d6dd2))
* support to Kotlin Multiplatform ([4897f02](https://github.com/kevinah95/KDriller/commit/4897f02559a27caa1cef2cbb2fd4570c148b156d))


### Bug Fixes

* Add test-repo.zip ([6e05eae](https://github.com/kevinah95/KDriller/commit/6e05eae23446a3bba5ff6c4946d834284cdab4e1))
* Change equals method of Method class to match with the original function ([80004df](https://github.com/kevinah95/KDriller/commit/80004dfa04e38d5548b69397a4097d34c2c4a832))
* Format diffEntries if and only if skipWhitespaces is true ([80004df](https://github.com/kevinah95/KDriller/commit/80004dfa04e38d5548b69397a4097d34c2c4a832))
* Format diffEntries in Commit to support skip_whitespace opt ([6eeb5be](https://github.com/kevinah95/KDriller/commit/6eeb5beee223dd020353f071fd146c68c9e291d2))
* order config in Git ([c77006a](https://github.com/kevinah95/KDriller/commit/c77006a6ac2d7780bd0e53bd1a643726156beb4a))
* Update hashCode of Method class ([22d21a7](https://github.com/kevinah95/KDriller/commit/22d21a7f063b6a1cc63e995487fb498af7e867fd))


### Documentation

* Add KDoc for ModifiedFile class ([9d1a4d1](https://github.com/kevinah95/KDriller/commit/9d1a4d1600494350d284323ebf546882e6d1e804))
* Add KDoc to ModifiedFile ([004110f](https://github.com/kevinah95/KDriller/commit/004110fb7b08ce363005ad318f7ef7b3d879e8b9))
* Add KDoc to Thresholds ([7d169d9](https://github.com/kevinah95/KDriller/commit/7d169d973225a9a9ef278177c8d9c8442bca0215))
* Add todo for Kotlin DSL ([c0e447f](https://github.com/kevinah95/KDriller/commit/c0e447f5555b260bffe474ba85c38c77362730a0))
* Replace test-repos.zip location ([19ba054](https://github.com/kevinah95/KDriller/commit/19ba05494cfdacf379fd8e6f62dc49db768bcee7))

## [Unreleased]

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ package com.github.kevinah95.kdriller

object Configuration {
const val majorVersion = 0 // x-release-please-major
const val minorVersion = 6 // x-release-please-minor
const val patchVersion = 1 // x-release-please-patch
const val minorVersion = 7 // x-release-please-minor
const val patchVersion = 0 // x-release-please-patch
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "com.github.kevinah95"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin.code.style=official
systemProp.org.gradle.internal.http.socketTimeout=120000

GROUP=com.github.kevinah95
VERSION_NAME=0.6.1-SNAPSHOT # x-release-please-version
VERSION_NAME=0.7.0 # x-release-please-version

POM_ARTIFACT_ID=KDriller
POM_NAME=KDriller
Expand Down

0 comments on commit 4ffade3

Please sign in to comment.