Skip to content

Commit

Permalink
0.21.41
Browse files Browse the repository at this point in the history
chore(release): update to 0.21.41
  • Loading branch information
semantic-release authored and github-actions committed Jun 3, 2022
1 parent 0afc600 commit 8de2586
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.41 (2022-06-03)
### Fix
* Aur packaging ([#246](https://github.com/hnicke/sodalite/issues/246)) ([`0afc600`](https://github.com/hnicke/sodalite/commit/0afc600c478daa3f57d8585906e623feaa2bba38))

## v0.21.40 (2022-05-26)
### Fix
* Fix packaging for arch linux ([#245](https://github.com/hnicke/sodalite/issues/245)) ([`20be29d`](https://github.com/hnicke/sodalite/commit/20be29d936c9e8a26e086cd0f5b94a50249d34d4))
Expand Down
2 changes: 1 addition & 1 deletion packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Heiko Nickerl <sodalite at hnicke dot de>
pkgname=sodalite
pkgver=0.21.40
pkgver=0.21.41
pkgrel=1
pkgdesc="Keyboard-driven terminal file navigator and launcher"
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion packaging/deb/pkg/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sodalite (0.21.40) unstable; urgency=medium
sodalite (0.21.41) unstable; urgency=medium

* Initial release

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.40'
VERSION = '0.21.41'

0 comments on commit 8de2586

Please sign in to comment.