Skip to content

Commit

Permalink
feat: release 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
corenting committed May 28, 2024
1 parent 76750a7 commit 825a0b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.8.6

- Sticky posts now have a green title

# Version 0.8.5

- Docker image: add more architectures
Expand Down
2 changes: 1 addition & 1 deletion eddrit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from eddrit import config

__version__ = "0.8.5"
__version__ = "0.8.6"

logger.remove()
logger.add(sys.stderr, level=config.LOG_LEVEL)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eddrit"
version = "0.8.5"
version = "0.8.6"
description = "Alternative Reddit frontend"
authors = ["corenting <corenting@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 825a0b0

Please sign in to comment.