Releases: davidsbond/pgfsm
Releases · davidsbond/pgfsm
v0.5.1
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
What's Changed
- Bump github.com/jackc/pgx/v5 from 5.7.2 to 5.7.3 by @dependabot in #2
- Bump github.com/jackc/pgx/v5 from 5.7.3 to 5.7.4 by @dependabot in #3
- Bump golang.org/x/sync from 0.12.0 to 0.13.0 by @dependabot in #4
- Concurrency support by @davidsbond in #5
New Contributors
- @davidsbond made their first contribution in #5
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Bump golang.org/x/sync from 0.11.0 to 0.12.0 by @dependabot in #1
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Full Changelog: v0.1.0...v0.2.0
v0.1.0
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]>