Skip to content

Commit

Permalink
chore(main): release 0.1.7 (#25)
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 17, 2023
1 parent f392e8d commit f1ff296
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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.1.6"
".": "0.1.7"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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) <!--- x-release-please-version -->
[![Download](https://img.shields.io/maven-central/v/io.github.kevinah95/kdriller/0.1.7)](https://central.sonatype.com/artifact/io.github.kevinah95/kdriller) <!--- x-release-please-version -->
[![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**.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f1ff296

Please sign in to comment.