Skip to content

Commit 2dc4fd5

Browse files
committed
v0.10.6
1 parent 0dfd63e commit 2dc4fd5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [0.10.6] - 2025-08-05
8+
9+
### Fixed
10+
11+
- Addressed a bug on the Bluesky connection where retrying to post a message after certain kinds of failures would post correctly, but break the rest of the writing thread, preventing further messages from being posted. The root cause is an unbound local variable in the retry logic that was not being assigned correctly.
12+
13+
### Changed
14+
15+
- Minor dependency updates
16+
717
## [0.10.5] - 2025-08-04
818

919
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "barkr"
3-
version = "0.10.5"
3+
version = "0.10.6"
44
description = "Yet another cross-posting tool in Python"
55
authors = ["Andrés Ignacio Torres <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)