Skip to content

Commit

Permalink
0.21.39
Browse files Browse the repository at this point in the history
chore(release): update to 0.21.39
  • Loading branch information
semantic-release authored and github-actions committed Mar 10, 2022
1 parent aed211b commit c7d41aa
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.39 (2022-03-10)
### Performance
* Improve startup performance ([#243](https://github.com/hnicke/sodalite/issues/243)) ([`aed211b`](https://github.com/hnicke/sodalite/commit/aed211b9e09e718cfddda8ed25b6f58aea38917d))

## v0.21.38 (2021-08-07)
### Fix
* Fix debian pipeline ([#242](https://github.com/hnicke/sodalite/issues/242)) ([`dce1fcf`](https://github.com/hnicke/sodalite/commit/dce1fcfae7027f14fa3327118cf6b9ccb49d3cee))
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.38
pkgver=0.21.39
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.38) unstable; urgency=medium
sodalite (0.21.39) 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.38'
VERSION = '0.21.39'

0 comments on commit c7d41aa

Please sign in to comment.