# 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/2.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.5] - 2026-07-03
- Added `#![no_std]` support. This is entirely automatic for all downstream users (there is no default-enabled `"std"` feature). Thanks [@roeeshoshani]!
## [0.1.4] - 2019-05-16
- Changes before this version are not documented.
[unreleased]: https://github.com/ExpHP/newtype-ops/compare/v0.1.5...HEAD
[0.1.5]: https://github.com/ExpHP/newtype-ops/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/ExpHP/newtype-ops/releases/v0.1.4
[SemVer]: https://semver.org
[@roeeshoshani]: https://github.com/roeeshoshani