Skip to content

Commit

Permalink
0.21.26
Browse files Browse the repository at this point in the history
chore(release): update to 0.21.26
  • Loading branch information
semantic-release authored and github-actions committed Aug 5, 2021
1 parent dfe0522 commit a8fc2ba
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.26 (2021-08-05)
### Fix
* Upload debian package to release ([`dfe0522`](https://github.com/hnicke/sodalite/commit/dfe052206df90de9b249555a730653fdff3c79a3))

## v0.21.25 (2021-08-05)
### Fix
* Fix file preview with older versions of watchdog (like 0.9.0) ([#228](https://github.com/hnicke/sodalite/issues/228)) ([`1ce79b3`](https://github.com/hnicke/sodalite/commit/1ce79b35231ccfff622677edea98c1dba3afd660))
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.25
pkgver=0.21.26
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.25) unstable; urgency=medium
sodalite (0.21.26) 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.25'
VERSION = '0.21.26'

0 comments on commit a8fc2ba

Please sign in to comment.