# Changelog
All notable changes to this project will be documented in this file.
## Unreleased
## libcopes 1.0.0 (2025-05-24)
### Changed
- Require Rust 1.77.
- Replace memoffset crate with standard offset_off! macro.
- Replace lazy_static crate with standard OnceLock.
### Added
- `copes` library code has been refactored and moved into this crate. `libcopes` is licensed under the [Mozilla Public License 2.0](LICENSE) to ensure compatibility with projects using permissive licenses (MIT, BSD, Apache 2.0, and others).