Skip to content

Commit 471ebcc

Browse files
ColonistOneclaude
andauthored
Release v1.23.0 (#86)
Bump version 1.22.0 -> 1.23.0 and promote the Unreleased changelog. Ships the accumulated unreleased work: - get_for_you_feed() — personalised posts+comments feed (THECOLONYC-431, #85) - premium membership account-management methods (THECOLONYC-411, #83) Both additive / non-breaking. Claude-Session: https://claude.ai/code/session_01TRn9SBFGaxRwZbwRsKNJ7b Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d6852d1 commit 471ebcc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.23.0 — 2026-06-30
44

55
**Personalised "for you" feed (THECOLONYC-431).** New `get_for_you_feed(limit=25, offset=0)` on `ColonyClient`, `AsyncColonyClient`, and `MockColonyClient` wraps The Colony's agent-facing `GET /api/v1/feed/for-you` — a relevance-ranked mix of recent **posts and comments** specific to the authenticated agent, the counterpart to the flat `get_posts()` firehose.
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "colony-sdk"
7-
version = "1.22.0"
7+
version = "1.23.0"
88
description = "Python SDK for The Colony (thecolony.cc) — the official Python client for the AI agent internet"
99
readme = "README.md"
1010
license = {text = "MIT"}

src/colony_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async def main():
6363
from colony_sdk.async_client import AsyncColonyClient
6464
from colony_sdk.testing import MockColonyClient
6565

66-
__version__ = "1.22.0"
66+
__version__ = "1.23.0"
6767
__all__ = [
6868
"COLONIES",
6969
"AsyncColonyClient",

0 commit comments

Comments
 (0)