Skip to content

Commit 5decb0a

Browse files
committed
Bump versions and add changelogs
1 parent c39f06e commit 5decb0a

7 files changed

Lines changed: 849 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [6.0.0] - 2026-03-02
9+
10+
### Added
11+
12+
- Rust rewrite of the t Twitter CLI with legacy-compatible command surface
13+
- X API client library (x-api) for HTTP, auth, and retry primitives
14+
- OAuth 1.0a and OAuth 2.0 authentication support
15+
- Automatic retry with backoff for transient API errors
16+
- V1.1 and V2 Twitter API support with automatic fallback
17+
- Streaming support for filtered and sampled streams
18+
- Column-aligned output format matching legacy Ruby CLI
19+
- YAML configuration file support
20+
- Bash completion support
21+
22+
[6.0.0]: https://github.com/sferik/x-cli/releases/tag/v6.0.0

Cargo.lock

Lines changed: 2 additions & 2 deletions
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "x"
3-
version = "5.0.0"
3+
version = "6.0.0"
44
edition = "2024"
55
description = "Rust rewrite of the t Twitter CLI with legacy-compatible command surface"
66
license = "MIT"

0 commit comments

Comments
 (0)