Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com>
  • Loading branch information
statnett-bot[bot] authored Oct 29, 2024
1 parent 8e8f491 commit 41117d2
Show file tree
Hide file tree
Showing 3 changed files with 13 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.0.5"
".": "0.1.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.1.0](https://github.com/statnett/k3a-topic-terminator/compare/v0.0.5...v0.1.0) (2024-10-29)


### ⚠ BREAKING CHANGES

* better UX to configure non-empty topic deletion ([#27](https://github.com/statnett/k3a-topic-terminator/issues/27))

### Features

* better UX to configure non-empty topic deletion ([#27](https://github.com/statnett/k3a-topic-terminator/issues/27)) ([8e8f491](https://github.com/statnett/k3a-topic-terminator/commit/8e8f491f3acff5b671f94eb4b6cc74a73ef3c47a))

## [0.0.5](https://github.com/statnett/k3a-topic-terminator/compare/v0.0.4...v0.0.5) (2024-10-28)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.statnett.k3a</groupId>
<artifactId>k3a-topic-terminator</artifactId>
<version>0.0.6-SNAPSHOT</version>
<version>0.1.0</version>

<properties>
<java.version>21</java.version>
Expand Down

0 comments on commit 41117d2

Please sign in to comment.