Skip to content

Commit 4982402

Browse files
committed
v0.11.2
1 parent aa3415c commit 4982402

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.11.2] - 2026-02-16
8+
9+
### Fixed
10+
11+
- BlueskyConnection: fixed an issue where, if a user's most recent post was a repost, the updated `min_id` could be set incorrectly to the repost's URI, which could be lexicographically less than any of the user's posts, causing the connection to fetch the same posts again on the next read, and cycle through the same posts indefinitely.
12+
713
## [0.11.1] - 2026-01-24
814

915
### 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.11.1"
3+
version = "0.11.2"
44
description = "Yet another cross-posting tool in Python"
55
authors = ["Andrés Ignacio Torres <dev@aitorres.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)