Skip to content

v0.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 14:45
· 46 commits to main since this release
a54127b

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)