dummy-alloc 1.0.0

Global allocator that fails all allocations
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [Unreleased]

## [1.0.0]

Released on 2025-07-04.

### Changed

- Rename `DummyAlloc` to `DummyAllocator`.
- Retire the [Unlicense]https://unlicense.org/ in favor of the [Blue Oak Model License 1.0.0]https://blueoakcouncil.org/license/1.0.0. The previous version remains available under the terms of the Unlicense.

## [0.1.0]

Released on 2024-01-23.

### Added

- `DummyAlloc` returns a null pointer on allocation and does nothing on deallocation.

[Unreleased]: https://codeberg.org/wackbyte/dummy-alloc/compare/v1.0.0...trunk
[1.0.0]: https://codeberg.org/wackbyte/dummy-alloc/releases/tag/v1.0.0
[0.1.0]: https://codeberg.org/wackbyte/dummy-alloc/releases/tag/v0.1.0

[Keep a Changelog]: https://keepachangelog.com/en/1.1.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html