# 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.3.0](https://github.com/kixelated/mp4-atom/compare/v0.2.1...v0.3.0) - 2024-10-18 ### Other - Add decode_maybe ([#12](https://github.com/kixelated/mp4-atom/pull/12)) - Fix some user-provided MP4 files. ([#11](https://github.com/kixelated/mp4-atom/pull/11)) - Zero copy ([#9](https://github.com/kixelated/mp4-atom/pull/9)) ## [0.2.1](https://github.com/kixelated/mp4-atom/compare/v0.2.0...v0.2.1) - 2024-09-24 ### Other - Crude serde support. ([#6](https://github.com/kixelated/mp4-atom/pull/6)) - Fix trun first_sample ([#7](https://github.com/kixelated/mp4-atom/pull/7)) - Added read_until helper. ([#5](https://github.com/kixelated/mp4-atom/pull/5)) - Fix a README link ## [0.2.0](https://github.com/kixelated/mp4-atom/compare/v0.1.0...v0.2.0) - 2024-09-06 ### Other - Async support and better documentation. - v0.1.0