Skip to content

Releases: davidsbond/pgfsm

v0.5.1

09 Sep 10:48
117284f
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/crypto from 0.31.0 to 0.35.0 by @dependabot[bot] in #6
  • Bump golang.org/x/sync from 0.13.0 to 0.14.0 by @dependabot[bot] in #7
  • Bump github.com/jackc/pgx/v5 from 5.7.4 to 5.7.5 by @dependabot[bot] in #8
  • Bump golang.org/x/sync from 0.14.0 to 0.15.0 by @dependabot[bot] in #9
  • Bump golang.org/x/sync from 0.15.0 to 0.16.0 by @dependabot[bot] in #10
  • Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #11
  • Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #12
  • Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #14
  • Bump golang.org/x/sync from 0.16.0 to 0.17.0 by @dependabot[bot] in #16
  • Bump github.com/jackc/pgx/v5 from 5.7.5 to 5.7.6 by @dependabot[bot] in #15
  • Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #13

Full Changelog: v0.5.0...v0.5.1

v0.5.0

10 Apr 21:01
381d74a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

14 Mar 15:29
f8cbc8c
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/sync from 0.11.0 to 0.12.0 by @dependabot in #1

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

25 Feb 23:52
c9c0494
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.3.0

v0.2.0

25 Feb 13:26
292479b
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.2.0

v0.1.0

21 Feb 23:51
1a4b4a4
Compare
Choose a tag to compare
Initial commit

This commit contains the initial logic for running an fsm using postgres as the
underlying store.

Signed-off-by: David Bond <[email protected]>