We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8667df0 commit 1fe9a7bCopy full SHA for 1fe9a7b
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## [0.10.9] - 2025-10-02
8
+
9
+### Changed
10
11
+- Better logging on errors for the RSS and the Mastodon ActivityBot connections.
12
+- Minor dependency updates
13
14
## [0.10.8] - 2025-09-07
15
16
### Changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "barkr"
3
-version = "0.10.8"
+version = "0.10.9"
description = "Yet another cross-posting tool in Python"
authors = ["Andrés Ignacio Torres <[email protected]>"]
readme = "README.md"
0 commit comments