Skip to content

Releases: Jacobbrewer1/goschema

v0.0.3

20 Oct 06:39
0f471eb
Compare
Choose a tag to compare

v0.0.3 What's Changed (2024-10-20)

Chores

  • deps: Updating the module name to be lower case (#26) (0f471eb8)

v0.0.2

19 Oct 20:56
035b450
Compare
Choose a tag to compare

v0.0.2 What's Changed (2024-10-19)

Features

  • cicd: Adding the goschema binary to the release (#22) (579e90e3)
  • examples: Adding example folder (#23) (af511ee9)
  • migrations:
    • Adding steps count for the migrations (#25) (035b4508)
    • Adding migrations to be up and downable (#24) (90d0c939)

v0.0.1

16 Oct 19:23
9cd969c
Compare
Choose a tag to compare

What's Changed

  • feat(repo): Initial repo by @Jacobbrewer1 in #1
  • chore(deps): Bump github.com/huandu/xstrings from 1.0.0 to 1.4.0 by @dependabot in #2
  • chore(deps): Bump github.com/Masterminds/sprig from 2.15.0+incompatible to 2.22.0+incompatible by @dependabot in #3
  • chore(deps): Bump golang.org/x/crypto from 0.0.0-20180621125126-a49355c7e3f8 to 0.17.0 by @dependabot in #5
  • chore(deps): Bump golang.org/x/net from 0.0.0-20180906233101-161cd47e91fd to 0.17.0 by @dependabot in #7
  • chore(deps): Bump google.golang.org/grpc from 1.13.0 to 1.56.3 by @dependabot in #6
  • chore(deps): Bump github.com/prometheus/client_golang from 0.8.0 to 1.11.1 by @dependabot in #8
  • chore(deps): Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #9
  • fix(sql): changing the default location for the sql files by @Jacobbrewer1 in #10
  • feat(version): Adding app version command by @Jacobbrewer1 in #11
  • fix(keys): Correcting the primary key changes by @Jacobbrewer1 in #12
  • chore(deps): Bump github.com/stretchr/testify from 1.4.0 to 1.9.0 by @dependabot in #13
  • chore(deps): Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #14
  • chore(deps): Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #15
  • fix(parsing): Removing external tags for system versioning when parsing by @Jacobbrewer1 in #18
  • chore(deps): Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #16
  • chore(deps): Bump github.com/huandu/xstrings from 1.4.0 to 1.5.0 by @dependabot in #17
  • fix(make): updating make by @Jacobbrewer1 in #19
  • fix(gen): making the first letter upper case on snake case by @Jacobbrewer1 in #20
  • feat(prefix): adding extension prefix by @Jacobbrewer1 in #21

New Contributors

Full Changelog: https://github.com/Jacobbrewer1/goschema/commits/v0.0.1