diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ce44794..791770f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.6" + ".": "0.1.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c8b64f..4cbfa8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.1.7](https://github.com/kevinah95/KDriller/compare/v0.1.6...v0.1.7) (2023-11-17) + + +### Documentation + +* Remove testing in CHANGELOG.md ([f392e8d](https://github.com/kevinah95/KDriller/commit/f392e8d788cc33366366455640de4fa2720325fc)) +* Remove version of package link ([59c9844](https://github.com/kevinah95/KDriller/commit/59c9844821891e7489115cda2772327c00a5f938)) + ## [0.1.6](https://github.com/kevinah95/KDriller/compare/v0.1.0...v0.1.6) (2023-11-17) diff --git a/README.md b/README.md index 9d5a49c..646e9d5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # KDriller [![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0) -[![Download](https://img.shields.io/maven-central/v/io.github.kevinah95/kdriller/0.1.7-SNAPSHOT)](https://central.sonatype.com/artifact/io.github.kevinah95/kdriller) +[![Download](https://img.shields.io/maven-central/v/io.github.kevinah95/kdriller/0.1.7)](https://central.sonatype.com/artifact/io.github.kevinah95/kdriller) [![Kotlin](https://img.shields.io/badge/kotlin-1.9.0-blue.svg?logo=kotlin)](http://kotlinlang.org) KDriller is a Kotlin framework that helps developers in analyzing Git repositories. With KDriller you can easily extract information about **commits**, **developers**, **modified files**, **diffs**, and **source code**. diff --git a/build.gradle.kts b/build.gradle.kts index 3bdd492..f23a61a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "io.github.kevinah95" -version = "0.1.7-SNAPSHOT" // x-release-please-version +version = "0.1.7" // x-release-please-version repositories { mavenCentral()