uuinfo 0.2.7

A tool to debug unique identifiers (UUID, ULID, Snowflake, etc).
# Change Log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.2.7] - 2024-12-31

### Added

- IPFS support.

## [0.2.6] - 2024-12-30

### Changed

- Fixed bug: binary output.

## [0.2.5] - 2024-12-30

### Added

- Datadog Trace ID support.
- Hex-encoded Hash support.

### Changed

- Fixed bug: Hashid too long.

## [0.2.4] - 2024-12-28

### Added

- Raw Unix timestamp support.

### Changed

- Vendored ksuid crate to fix security issue.

## [0.2.3] - 2024-12-21

### Added

- Hashids support.
- YouTube Video ID support.
- Stripe ID support.

## [0.2.2] - 2024-12-10

### Changed

- Fix typo (Thanks zachvalenta).

## [0.2.1] - 2024-12-10

### Added

- Frostflake (Snowflake variant) support.

## [0.2.0] - 2024-12-08

### Added

- TSID support.
- Sqids support.
- Support custom alphabet for Sqids and Nono ID.

### Changed

- UUID node (for versions 1 and 6) are now formatted like a MAC-address.

## [0.1.1] - 2024-12-05

### Changed

- Fixed dates far in the future.

## [0.1.0] - 2024-12-03

### Added

- Initial version.