Skip to content

Commit

Permalink
chore(master): release 0.29.0 (#81)
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 Jan 22, 2024
1 parent 8107f21 commit ab5fd05
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.29.0](https://github.com/hendrikmaus/kube-leader-election/compare/v0.28.0...v0.29.0) (2024-01-22)


### ⚠ BREAKING CHANGES

* update kube requirement from 0.87 to 0.88 ([#80](https://github.com/hendrikmaus/kube-leader-election/issues/80))

### Features

* update kube requirement from 0.87 to 0.88 ([#80](https://github.com/hendrikmaus/kube-leader-election/issues/80)) ([8107f21](https://github.com/hendrikmaus/kube-leader-election/commit/8107f21d0ef5623bd6647e62226f5ace68eaa5c2))

## [0.28.0](https://github.com/hendrikmaus/kube-leader-election/compare/v0.27.0...v0.28.0) (2023-11-02)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kube-leader-election"
version = "0.28.0"
version = "0.29.0"
edition = "2018"
authors = ["Hendrik Maus <aidentailor@gmail.com>"]
description = "Leader election implementations for Kubernetes workloads"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This library provides simple leader election for Kubernetes workloads.
<!-- x-release-please-start-version -->
```toml
[dependencies]
kube-leader-election = "0.28.0"
kube-leader-election = "0.29.0"
```
<!-- x-release-please-end -->

Expand Down

0 comments on commit ab5fd05

Please sign in to comment.