Skip to content

Commit

Permalink
0.21.21
Browse files Browse the repository at this point in the history
chore(release): update to 0.21.21
  • Loading branch information
semantic-release authored and github-actions committed Aug 5, 2021
1 parent ae4fef4 commit 116cd3c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.21.21 (2021-08-05)
### Fix
* Gracefully exit when config file was not found ([#218](https://github.com/hnicke/sodalite/issues/218)) ([`ae4fef4`](https://github.com/hnicke/sodalite/commit/ae4fef484a0fbee625a62f475cb0d44543c975f0))

## v0.21.20 (2021-08-05)
### Fix
* Fix call to watchdog ([#217](https://github.com/hnicke/sodalite/issues/217)) ([`c260cab`](https://github.com/hnicke/sodalite/commit/c260cab96e4f9b9cedd5a741858b1137d0316aa4))
Expand Down
2 changes: 1 addition & 1 deletion packaging/aur/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Heiko Nickerl <dev at hnicke dot de>
pkgname=sodalite
pkgver=0.21.20
pkgver=0.21.21
pkgrel=1
pkgdesc="Keyboard-driven terminal file navigator and launcher"
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion sodalite/util/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.21.20'
VERSION = '0.21.21'

0 comments on commit 116cd3c

Please sign in to comment.