Releases: asimov-modules/asimov-x-module
Releases · asimov-modules/asimov-x-module
Release list
0.2.4
v0.2.3
Changed
- Rename from
asimov-x-moduletoxin manifest
v0.2.2
v0.2.1
Changed
- CLI Simplification: Removed subcommand structure for cleaner command interface
- Command Usage: Changed from
asimov-x-cataloger get-list-members "URL"toasimov-x-cataloger "URL" - Documentation: Updated README.md and module.yaml to reflect new CLI structure
- Module Configuration: Updated .asimov/module.yaml to remove subcommand definitions
Breaking Changes
- CLI Interface: The
get-list-memberssubcommand has been removed - Command Syntax: URL is now a direct positional argument instead of requiring a subcommand
Migration
Old usage:
asimov-x-cataloger get-list-members "https://x.com/i/lists/1234567890" --limit 100New usage:
asimov-x-cataloger "https://x.com/i/lists/1234567890" --limit 100v0.2.0
Changed
- Code Formatting: Improved code formatting and code organization
- Dependencies: Cleaned up Cargo.toml and removed unused tracing-subscriber
- Documentation: Updated README.md and CHANGES.md formatting
v0.1.0
Changed
- Code Formatting: Improved code formatting and code organization
- Dependencies: Cleaned up Cargo.toml and removed unused tracing-subscriber
- Documentation: Updated README.md and CHANGES.md formatting