Skip to content

Commit 07654f5

Browse files
committed
increment to version 0.9.2
1 parent 8818613 commit 07654f5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Version listings include the following sections, if applicable:
1212

1313
See also <https://github.com/xgi/castero/releases>.
1414

15+
## 0.9.2 - 2021-05-09
16+
**Fixed**
17+
* Fixed reloading feeds not propagating saved playback position.
18+
1519
## 0.9.1 - 2021-03-23
1620
**Added**
1721
* @tistatos - Playback position is saved/restored when restarting the

castero/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
__keywords__ = "podcast commandline terminal tui curses"
44
__author__ = "Jake Robertson"
55
__author_email__ = "jake@faltro.com"
6-
__version__ = "0.9.1"
7-
__date__ = "2021-03-23"
6+
__version__ = "0.9.2"
7+
__date__ = "2021-05-09"
88
__copyright__ = "Copyright (c) 2018 Jake Robertson"
99
__license__ = "MIT License"
1010
__url__ = "https://github.com/xgi/castero"

0 commit comments

Comments
 (0)