Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 872 Bytes

CHANGELOG.md

File metadata and controls

21 lines (16 loc) · 872 Bytes

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]

0.1.1 - 2024-01-29

Added

  • Restructure the crate, add utilty methods
  • Refactor and add types for handling byte arrays
  • Switch to using PackedStruct for serde operations
  • Restructure the repo slightly, and get the traits close to their final forms
  • Initial commit of the core types

Other

  • Merge pull request #1 from BroderickCarlin/dependabot/github_actions/taskmedia/action-conventional-commits-1.1.11
  • Add README and fix a couple doc issues
  • Initial commit