Skip to content

Latest commit

 

History

History
123 lines (76 loc) · 4.7 KB

CHANGELOG.md

File metadata and controls

123 lines (76 loc) · 4.7 KB

v0.2.3 (2024-06-28)

New Features

  • drop proc_macro2 as an internal dep

Commit Statistics

  • 2 commits contributed to the release over the course of 19 calendar days.
  • 116 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release irox-derive-helpers v0.1.0 (c4a78dc)
    • Drop proc_macro2 as an internal dep (036bba9)

v0.2.2 (2024-03-03)

New Features

  • now no_std!

Commit Statistics

  • 2 commits contributed to the release.
  • 95 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release irox-enums_derive v0.2.2, irox-enums v0.2.2 (d9f7875)
    • Now no_std! (be3d307)

v0.2.1 (2023-11-29)

Chore

  • pivot to using Cargo.toml workspace lints

Commit Statistics

  • 2 commits contributed to the release over the course of 3 calendar days.
  • 72 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release irox-enums_derive v0.2.1 (7b1646e)
    • Pivot to using Cargo.toml workspace lints (88ebfb5)

v0.2.0 (2023-09-18)

Chore

  • clean up code with additional lints
  • update cargo.tomls to add repository
  • setting up blank changelogs for the modules

New Features

  • add keywords & categories to Cargo.toml, update README.md
  • new 'enums' module with derivable traits

Commit Statistics

  • 6 commits contributed to the release over the course of 21 calendar days.
  • 5 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release irox-enums_derive v0.2.0, irox-enums v0.2.0, irox-tools v0.2.0, irox-units v0.2.0, irox-carto v0.2.0, irox-csv v0.2.0, irox-egui-extras v0.2.0, irox-networking v0.2.0, irox-types v0.2.0, irox-influxdb_v1 v0.2.0, irox-structs_derive v0.2.0, irox-structs v0.2.0, irox-nmea0183 v0.1.0, irox-sirf v0.2.0, irox-stats v0.2.0, irox-winlocation-api v0.1.0, irox v0.2.0, safety bump 10 crates (6a72204)
    • Clean up code with additional lints (f03d8a3)
    • Update cargo.tomls to add repository (80d2b88)
    • Setting up blank changelogs for the modules (1a36533)
    • Add keywords & categories to Cargo.toml, update README.md (75c3c20)
    • New 'enums' module with derivable traits (de9e9b3)