Skip to content

Commit

Permalink
chore(main): release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 17, 2023
1 parent bd6af08 commit 1b77216
Show file tree
Hide file tree
Showing 4 changed files with 30 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.0"
".": "0.1.6"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,33 @@ 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.6](https://github.com/kevinah95/KDriller/compare/v0.1.0...v0.1.6) (2023-11-17)


### Documentation

* Update version 0.1.0 in Maven ([13c4471](https://github.com/kevinah95/KDriller/commit/13c4471f77232d99b03279e195e3c117b4cde497))


### Miscellaneous Chores

* **main:** release 0.1.0 ([cd19f5b](https://github.com/kevinah95/KDriller/commit/cd19f5bf49e52d281f6a76f6d38ccac1becfed93))
* **main:** release 0.1.1 ([1a50979](https://github.com/kevinah95/KDriller/commit/1a50979b2441340d9f566729ffb7b9304d4c14da))
* **main:** release 0.1.1 ([e394de7](https://github.com/kevinah95/KDriller/commit/e394de7a8d3460a6ac1c2c8ca902a06187111fd5))
* **main:** release 0.1.2 ([0381180](https://github.com/kevinah95/KDriller/commit/03811803a0e1ce03b1e83f8c69925fe565bfabdc))
* **main:** release 0.1.3 ([d1f1d0c](https://github.com/kevinah95/KDriller/commit/d1f1d0c1f92b10d408778913190635d15a3b1fb9))
* **main:** release 0.1.4 ([ace7930](https://github.com/kevinah95/KDriller/commit/ace79305fdd995f3519e0463d63a992d5ac35951))
* **main:** release 0.1.5 ([156eadd](https://github.com/kevinah95/KDriller/commit/156eadd428c879a2399913fd91d117d156ef2c35))
* **main:** release 0.1.5 ([4523966](https://github.com/kevinah95/KDriller/commit/4523966689818a85f9e816d54c13b9802227d542))
* **main:** release 0.1.5 ([300cb4f](https://github.com/kevinah95/KDriller/commit/300cb4fcb67478c71329a37f925fbb87bd163546))
* **main:** release 0.1.6 ([bd6af08](https://github.com/kevinah95/KDriller/commit/bd6af085359d97708e9312441d09157136a50823))


### Continuous Integration

* Add main ref ([86eea89](https://github.com/kevinah95/KDriller/commit/86eea89783b624ce3f0f228f4df378479d021457))
* Add octocat username ([c6f2392](https://github.com/kevinah95/KDriller/commit/c6f2392d5aeba8ec6dcfed2d1230885150a518bf))

## [0.1.0](https://github.com/kevinah95/KDriller/compare/v0.1.5...v0.1.0) (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.0)](https://central.sonatype.com/artifact/io.github.kevinah95/kdriller/0.1.0) <!--- x-release-please-version -->
[![Download](https://img.shields.io/maven-central/v/io.github.kevinah95/kdriller/0.1.6)](https://central.sonatype.com/artifact/io.github.kevinah95/kdriller/0.1.0) <!--- 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.0" // x-release-please-version
version = "0.1.6" // x-release-please-version

repositories {
mavenCentral()
Expand Down

0 comments on commit 1b77216

Please sign in to comment.