Skip to content

Commit

Permalink
chore(master): release 0.10.1 (#27)
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 15, 2022
1 parent 232a6b1 commit 90b3c4b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

### 0.10.1 (2022-02-15)


### Bug Fixes

* unify workflow names and job names ([#26](https://github.com/hendrikmaus/kube-leader-election/issues/26)) ([f2a04b4](https://github.com/hendrikmaus/kube-leader-election/commit/f2a04b43dd349aa355a416ee2ebcc9c1c7dd6896))


### Miscellaneous Chores

* release 0.10.1 ([232a6b1](https://github.com/hendrikmaus/kube-leader-election/commit/232a6b1e0e8befcf66e4946083285d2d150ab22e))
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.10.0"
version = "0.10.1"
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.10.0"
kube-leader-election = "0.10.1"
```
<!-- x-release-please-end -->

Expand Down

0 comments on commit 90b3c4b

Please sign in to comment.