Skip to content

Commit

Permalink
chore(main): release 0.2.1 (#37)
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 23, 2023
1 parent 6f2069f commit 0f8b4d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.2.0"
".": "0.2.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.2.1](https://github.com/kevinah95/KDriller/compare/v0.2.0...v0.2.1) (2023-11-23)


### Dependencies

* Update jgit 6.6 to 6.7 ([6f2069f](https://github.com/kevinah95/KDriller/commit/6f2069f6057ecf7f99387e2cffb74fd5a0d09e01))

## [0.2.0](https://github.com/kevinah95/KDriller/compare/v0.1.11...v0.2.0) (2023-11-17)


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.2.1-SNAPSHOT" // x-release-please-version
version = "0.2.1" // x-release-please-version

repositories {
mavenCentral()
Expand Down

0 comments on commit 0f8b4d9

Please sign in to comment.