Skip to content

Commit

Permalink
chore(master): release 0.20.0 (#55)
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 Feb 24, 2023
1 parent ff03d19 commit a3bfc0d
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.20.0](https://github.com/hendrikmaus/kube-leader-election/compare/v0.19.0...v0.20.0) (2023-02-24)


### ⚠ BREAKING CHANGES

* Update kube requirement from 0.78 to 0.79 ([#54](https://github.com/hendrikmaus/kube-leader-election/issues/54))

### Features

* Update kube requirement from 0.78 to 0.79 ([#54](https://github.com/hendrikmaus/kube-leader-election/issues/54)) ([ff03d19](https://github.com/hendrikmaus/kube-leader-election/commit/ff03d19929670d57a76067ca9305aa1167125117))

## [0.19.0](https://github.com/hendrikmaus/kube-leader-election/compare/v0.18.0...v0.19.0) (2023-01-10)


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.19.0"
version = "0.20.0"
edition = "2018"
authors = ["Hendrik Maus <[email protected]>"]
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.19.0"
kube-leader-election = "0.20.0"
```
<!-- x-release-please-end -->

Expand Down

0 comments on commit a3bfc0d

Please sign in to comment.