Skip to content

Commit

Permalink
0.21.38
Browse files Browse the repository at this point in the history
chore(release): update to 0.21.38
  • Loading branch information
semantic-release authored and github-actions committed Aug 7, 2021
1 parent dce1fcf commit eb882bc
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.38 (2021-08-07)
### Fix
* Fix debian pipeline ([#242](https://github.com/hnicke/sodalite/issues/242)) ([`dce1fcf`](https://github.com/hnicke/sodalite/commit/dce1fcfae7027f14fa3327118cf6b9ccb49d3cee))

## v0.21.37 (2021-08-07)
### Fix
* Fix debian metadata ([`e4b559b`](https://github.com/hnicke/sodalite/commit/e4b559b98101cfffa979c67df9afa0602f17f945))
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.37
pkgver=0.21.38
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.37) unstable; urgency=medium
sodalite (0.21.38) 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.37'
VERSION = '0.21.38'

0 comments on commit eb882bc

Please sign in to comment.