Skip to content

Commit c88e72d

Browse files
committed
Bump version to 0.2.4
1 parent 40b9033 commit c88e72d

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGES.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.2.4 - 2025-11-06
9+
10+
### Changed
11+
12+
- Remove `colored_json` use
13+
14+
### Fixed
15+
16+
- Fix module manifest
17+
818
## 0.2.3 - 2025-08-23
919

1020
### Changed
@@ -75,10 +85,8 @@ asimov-x-cataloger "https://x.com/i/lists/1234567890" --limit 100
7585
- **Authentication**: Uses `X_TOKEN` environment variable for API access
7686
- **Data Processing**: Fetches list members with full user profiles and metrics
7787
- **Output Formats**:
78-
7988
- JSONL: One user per line (default, pipe-friendly)
8089
- JSON: Complete structured data with semantic context
8190

8291
- **Rate Limiting**: Handles X API rate limits gracefully
8392
- **Error Handling**: Clear error messages for common API issues
84-

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "asimov-x-module"
5-
version = "0.2.3"
5+
version = "0.2.4"
66
authors = ["ASIMOV Community"]
77
edition = "2024"
88
#rust-version = "1.85"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.3
1+
0.2.4

0 commit comments

Comments
 (0)