braces 0.2.6

Convert path lists into compact brace expansion syntax
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.6]https://github.com/lmmx/braces/compare/braces-v0.2.5...braces-v0.2.6 - 2025-11-17

### <!-- 9 -->Other

- pretty highlight fix ([#17]https://github.com/lmmx/braces/pull/17)

## [0.2.5]https://github.com/lmmx/braces/compare/braces-v0.2.4...braces-v0.2.5 - 2025-11-17

### <!-- 4 -->Documentation

- update docs

## [0.2.4]https://github.com/lmmx/braces/compare/braces-v0.2.3...braces-v0.2.4 - 2025-11-17

### <!-- 5 -->Refactor

- red not magenta easier to see ([#16]https://github.com/lmmx/braces/pull/16)

## [0.2.3]https://github.com/lmmx/braces/compare/braces-v0.2.2...braces-v0.2.3 - 2025-11-17

### <!-- 9 -->Other

- Highlight brace groups ([#15]https://github.com/lmmx/braces/pull/15)

## [0.2.2]https://github.com/lmmx/braces/compare/braces-v0.2.1...braces-v0.2.2 - 2025-11-17

### <!-- 1 -->Features

- support NUL-separated input ([#10]https://github.com/lmmx/braces/pull/10)

## [0.2.1]https://github.com/lmmx/braces/compare/braces-v0.2.0...braces-v0.2.1 - 2025-11-17

### <!-- 9 -->Other

- pprint output ([#9]https://github.com/lmmx/braces/pull/9)

## [0.2.0]https://github.com/lmmx/braces/compare/braces-v0.1.6...braces-v0.2.0 - 2025-11-17

### <!-- 5 -->Refactor

- some initial steps to fix bugs ([#6]https://github.com/lmmx/braces/pull/6)
- nice tests with helpers

### <!-- 6 -->Testing

- more round trip tests
- test improvement
- round trip tests

### <!-- 9 -->Other

- test code is not actually dead
- dedup trie ([#7]https://github.com/lmmx/braces/pull/7)

## [0.1.6]https://github.com/lmmx/braces/compare/braces-v0.1.5...braces-v0.1.6 - 2025-11-16

### <!-- 2 -->Bug Fixes

- reject invalid CLI flags and show help

## [0.1.5]https://github.com/lmmx/braces/compare/braces-v0.1.4...braces-v0.1.5 - 2025-11-16

### <!-- 2 -->Bug Fixes

- correct binstall URL

## [0.1.4]https://github.com/lmmx/braces/compare/braces-v0.1.3...braces-v0.1.4 - 2025-11-16

### <!-- 2 -->Bug Fixes

- still wrong binstall URL

## [0.1.3]https://github.com/lmmx/braces/compare/braces-v0.1.2...braces-v0.1.3 - 2025-11-16

### <!-- 9 -->Other

- uploaded binary name wrong for binstall config

## [0.1.2]https://github.com/lmmx/braces/compare/braces-v0.1.1...braces-v0.1.2 - 2025-11-16

### <!-- 2 -->Bug Fixes

- release-plz needs binary name to release for cargo binstall

### <!-- 4 -->Documentation

- use --segment-split for CLI usage too
- LICENSE x2

## [0.1.1]https://github.com/lmmx/braces/compare/v0.1.0...v0.1.1 - 2025-11-16

### <!-- 2 -->Bug Fixes

- Clippy please accept my offering

### <!-- 9 -->Other

- Initial setup