Skip to content

Commit d7e00f2

Browse files
authored
Merge pull request #69 from Textualize/v0.8.0
v0.8.0
2 parents 3b83f4e + bce0cd1 commit d7e00f2

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

ChangeLog.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Frogmouth ChangeLog
22

3-
## [0.8.0] - Unreleased
3+
## [0.8.0] - 2023-07-20
4+
5+
### Changed
6+
7+
- Updated to work with [Textual](https://github.com/Textualize/textual)
8+
v0.30.0 or greater.
49

510
### Fixed
611

frogmouth/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
__credits__ = ["Dave Pearson"]
66
__maintainer__ = "Dave Pearson"
77
__email__ = "[email protected]"
8-
__version__ = "0.7.0"
8+
__version__ = "0.8.0"
99
__licence__ = "MIT"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "frogmouth"
33
homepage = "https://github.com/Textualize/frogmouth"
4-
version = "0.7.0"
4+
version = "0.8.0"
55
description = "A Markdown document viewer for the terminal"
66
authors = ["Dave Pearson <[email protected]>"]
77
license = "MIT"

0 commit comments

Comments
 (0)