featurecomb 0.2.0

Define feature groups and enforce relations between Cargo features from your manifest
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.0] - 2026-03-07

### Breaking Changes

- The `featurecomb` package has been relicensed to MIT OR Apache-2.0.

### Changed

- (featurecomb) The `toml` dependency has been updated to v1.0.6, adding support for TOML 1.1.

## [0.1.3] - 2025-05-25

### Fixed

- Improve compile times by removing the dependency on `cargo-manifest`

## [0.1.2] - 2025-01-11

### Fixed

- Bump cargo-manifest to support `resolver = "3"` introduced by Rust 1.84.0

## [0.1.1] - 2024-11-28

### Changed

- Bump cargo-manifest to decrease compile time

## [0.1.0] - 2024-11-27

### Changed

- Initial commit

[unreleased]: https://codeberg.org/AudaciousAxiom/featurecomb/compare/featurecomb/v0.1.1..HEAD