Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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.0.4](https://github.com/OxideAV/oxideav/compare/v0.0.3...v0.0.4) - 2026-05-06

### Other

- reframe FFI claim β€” HW-engine crates use OS FFI by necessity
- drop with_all_features* (use oxideav_meta::register_all instead)
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "oxideav"
# Standalone-friendly literals β€” the sibling repo's CI doesn't have a
# workspace root to inherit from. Workspace builds still work because
# Cargo prefers the package-level values when both are defined.
version = "0.0.3"
version = "0.0.4"
edition = "2021"
rust-version = "1.80"
license = "MIT"
Expand Down
Loading