Skip to content

Releases: Jacobbrewer1/patcher

v0.1.1

08 Oct 14:45
a54127b
Compare
Choose a tag to compare

v0.1.1 Release Changes (2024-10-08)

Chores

  • cicd: Changing how we increment the versions (#14) (0d6db3ea)
  • examples: Updating the loader sql examples (#13) (5a8a507e)
  • gen: Updating how the booleans are handled around the sql gen (#9) (887a0fcc)
  • sql: Using a strings builder to build the base of the SQL query (#7) (da12d2d2)

Features

  • docs: Adding docs on how to use the package (#6) (89b3ed9a)
  • examples: adding a new http example (#8) (42076642)
  • loader:
    • Updating the sql gen to user the loader (#12) (0a7600f1)
    • Adding loader examples (#11) (afe3fac5)
    • Adding a loading method that loads the diff of two structs into one (#10) (1a947986)

Bug Fixes

  • cicd:
  • utils: moving ptr utils method to unexported method in package (#15) (d184801e)

v0.1.0

04 Oct 09:16
b7fde0e
Compare
Choose a tag to compare

v0.1.0 Release Changes (2024-10-04)

Bug Fixes

Chores

  • deps: Bump actions/github-script from 5 to 7 (#2) (101ebf64)

Features