Skip to content

Commit

Permalink
0.21.32
Browse files Browse the repository at this point in the history
chore(release): update to 0.21.32
  • Loading branch information
semantic-release authored and github-actions committed Aug 6, 2021
1 parent e24c4dc commit afdba2a
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.32 (2021-08-06)
### Fix
* Replace 'vim' hook with generic 'edit' hook ([#236](https://github.com/hnicke/sodalite/issues/236)) ([`e24c4dc`](https://github.com/hnicke/sodalite/commit/e24c4dccfd9cd4348a2a95d8222edec2ea8c9382))

## v0.21.31 (2021-08-06)
### Fix
* Entries which end up having no key get a key reassigned eventually ([#235](https://github.com/hnicke/sodalite/issues/235)) ([`ad67c78`](https://github.com/hnicke/sodalite/commit/ad67c78f128a66798ace44d6f5d94ed7677ba58f))
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 <dev at hnicke dot de>
pkgname=sodalite
pkgver=0.21.31
pkgver=0.21.32
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.31) unstable; urgency=medium
sodalite (0.21.32) 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.31'
VERSION = '0.21.32'

0 comments on commit afdba2a

Please sign in to comment.