Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

35 lines (23 loc) · 1.13 KB

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.

0.1.2 - 2019-12-01

  • Sealed the TypeUuidDynamic trait so that it can't be implemented downstream. (#5)
  • Bump syn and quote dependencies to use version 1.0. (#6)

0.1.1 - 2019-01-16

Added

  • UUIDs for primitives and some std types.
  • More readible versions of the UUIDs for amethyst types.

0.1.0 - 2019-01-09

  • TypeUuid and TypeUuidDynamic traits.
  • Bytes type.
  • Custom derive support for TypeUuid.
  • UUIDs for some amethyst types.