Skip to content

Latest commit

 

History

History
82 lines (60 loc) · 3.89 KB

CHANGELOG.md

File metadata and controls

82 lines (60 loc) · 3.89 KB

Changelog

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

[0.3.0] - 2024-08-26

Bug Fixes

  • (deps) Update rust crate hyper-util to v0.1.7 (#26)
  • (deps) Update rust crate clap to v4.5.14 (#27)
  • (deps) Update rust crate clap to v4.5.15 (#30)
  • (deps) Update rust crate clap to v4.5.16 (#52)
  • (github-action) Update renovatebot/github-action ( v40.2.4 → v40.2.5 )
  • (github-action) Update renovatebot/github-action ( v40.2.5 → v40.2.6 )
  • Create db connection up a level (#40)
  • Refactoring (#48)
  • Update api change (#60)

Features

  • Refactor ArchService use (#28)
  • Introduce ArcBox macro (#29)
  • Initial database framework (#31)
  • Initial database framework (#32)
  • Configuration (#35)
  • Connect to DB (#36)
  • Config refactor (#39)
  • Add models crate (#41)
  • Switch to db agnostic migrations (#42)
  • Add entities (#45)
  • Add items table (#49)
  • Add version column (#53)
  • Add get-item (#57)
  • Add update-item (#58)

Miscellaneous Tasks

  • Rename/refactor (#47)

[0.2.0] - 2024-08-03

Bug Fixes

  • (github-action) Update renovatebot/github-action ( v40.2.3 → v40.2.4 )
  • (release) Continue release config (#21)
  • (release) Script should be executable (#23)
  • Don't spell-check deny.toml (#6)
  • Exclude crate from codespell (#12)

Features

  • (github-release) Update pre-commit/pre-commit ( v3.7.1 → v3.8.0 ) (#9)
  • (github-release) Update compilerla/conventional-pre-commit ( v3.3.0 → v3.4.0 ) (#14)
  • Add tracing / logging (#7)
  • Add core and api crates
  • Add core and api crates (#11)
  • HTTP API framework (#13)
  • Add docker image build (#15)
  • Refactor crates (#16)
  • Refactor http server (#17)
  • Create server cli command (#18)

Miscellaneous Tasks

  • (release) Prep for release 0.2.0 (#20)
  • (release) Prep for release 0.2.0 (#22)

[0.1.0] - 2024-07-24

Bug Fixes

  • (renovate) Don't look at sops

Features

  • Initial project shell (#1)
  • Add .github/ support (#2)
  • Add pre-commit comment check (#5)

Miscellaneous Tasks

  • (release) Prepare for v0.1.0