orx-priority-queue 1.9.0

Priority queue traits and high performance d-ary heap implementations.
Documentation
# 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]

## [1.9.0]https://github.com/orxfun/orx-priority-queue/compare/v1.8.0...v1.9.0 - 2026-08-28

### Added

- *(heap)* add linear time bulk construction ([#40]https://github.com/orxfun/orx-priority-queue/pull/40)

### Other

- Upgrade checkout action from v4 to v5
- Update GitHub Actions checkout action version
- *(release)* automate crate releases ([#41]https://github.com/orxfun/orx-priority-queue/pull/41)