Skip to content

Releases: asimov-modules/asimov-x-module

0.2.4

Choose a tag to compare

@isaac-asimov-bot isaac-asimov-bot released this 06 Nov 07:10

Changed

  • Remove colored_json use

Fixed

  • Fix module manifest

v0.2.3

Choose a tag to compare

@isaac-asimov-bot isaac-asimov-bot released this 23 Aug 18:24

Changed

  • Rename from asimov-x-module to x in manifest

v0.2.2

Choose a tag to compare

@isaac-asimov-bot isaac-asimov-bot released this 23 Aug 18:09

Changed

  • Fixed manifest

v0.2.1

Choose a tag to compare

@isaac-asimov-bot isaac-asimov-bot released this 23 Aug 17:06

Changed

  • CLI Simplification: Removed subcommand structure for cleaner command interface
  • Command Usage: Changed from asimov-x-cataloger get-list-members "URL" to asimov-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-members subcommand 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 100

New usage:

asimov-x-cataloger "https://x.com/i/lists/1234567890" --limit 100

v0.2.0

Choose a tag to compare

@isaac-asimov-bot isaac-asimov-bot released this 23 Aug 06:08

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

Choose a tag to compare

@isaac-asimov-bot isaac-asimov-bot released this 22 Aug 10:58

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