Skip to content

Commit

Permalink
chore(master): release 0.17.0 (#48)
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 Oct 31, 2022
1 parent c31a68a commit 413cda3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.17.0](https://github.com/hendrikmaus/kube-leader-election/compare/v0.16.0...v0.17.0) (2022-10-31)


### Miscellaneous Chores

* Update kube requirement from 0.75 to 0.76 ([#47](https://github.com/hendrikmaus/kube-leader-election/issues/47)) ([c31a68a](https://github.com/hendrikmaus/kube-leader-election/commit/c31a68ad8807bb64ad89f35b361a164bdc63b85a))

## [0.16.0](https://github.com/hendrikmaus/kube-leader-election/compare/v0.15.0...v0.16.0) (2022-10-07)


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.16.0"
version = "0.17.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.16.0"
kube-leader-election = "0.17.0"
```
<!-- x-release-please-end -->

Expand Down

0 comments on commit 413cda3

Please sign in to comment.