Skip to content

Commit e47b5f2

Browse files
Bump to 0.2.2
1 parent 8d85867 commit e47b5f2

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.2 - 2025-08-23
9+
10+
### Changed
11+
12+
- Fixed manifest
13+
814
## [0.2.1] - 2025-08-23
915

1016
### Changed
@@ -22,11 +28,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2228
### Migration
2329

2430
**Old usage:**
31+
2532
```bash
2633
asimov-x-cataloger get-list-members "https://x.com/i/lists/1234567890" --limit 100
2734
```
2835

2936
**New usage:**
37+
3038
```bash
3139
asimov-x-cataloger "https://x.com/i/lists/1234567890" --limit 100
3240
```
@@ -64,5 +72,7 @@ asimov-x-cataloger "https://x.com/i/lists/1234567890" --limit 100
6472

6573
- JSONL: One user per line (default, pipe-friendly)
6674
- JSON: Complete structured data with semantic context
75+
6776
- **Rate Limiting**: Handles X API rate limits gracefully
68-
- **Error Handling**: Clear error messages for common API issues
77+
- **Error Handling**: Clear error messages for common API issues
78+

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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "asimov-x-module"
5-
version = "0.2.1"
5+
version = "0.2.2"
66
authors = ["ASIMOV Community"]
77
edition = "2024"
88
#rust-version = "1.85"
@@ -54,5 +54,3 @@ lto = "thin"
5454
name = "asimov-x-cataloger"
5555
path = "src/cataloger/main.rs"
5656
required-features = ["cli"]
57-
58-

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.2.2

0 commit comments

Comments
 (0)