Releases: andygrunwald/vdf
Releases · andygrunwald/vdf
v2.0.0
What's Changed
- build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot[bot] in #39
- README: Add Press section + Table of Contents by @andygrunwald in #40
- build(deps): bump actions/cache from 3.0.11 to 3.2.6 by @dependabot[bot] in #49
- build(deps): bump dominikh/staticcheck-action from 1.2.0 to 1.3.0 by @dependabot[bot] in #45
- build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot[bot] in #50
- build(deps): bump actions/cache from 3.2.6 to 3.3.0 by @dependabot[bot] in #51
- build(deps): bump actions/cache from 3.3.0 to 3.3.1 by @dependabot[bot] in #52
- build(deps): bump actions/setup-go from 3 to 4 by @dependabot[bot] in #53
- build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot[bot] in #54
- build(deps): bump dominikh/staticcheck-action from 1.3.0 to 1.3.1 by @dependabot[bot] in #60
- build(deps): bump actions/setup-go from 4 to 5 by @dependabot[bot] in #59
- build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot[bot] in #58
- build(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot[bot] in #57
- build(deps): bump actions/checkout from 3 to 4 by @dependabot[bot] in #56
- build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot[bot] in #61
- build(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in #63
- build(deps): bump dominikh/staticcheck-action from 1.3.1 to 1.4.0 by @dependabot[bot] in #64
- chore: Configure Renovate by @renovate[bot] in #70
- build(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #69
- build(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in #68
- build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in #65
- chore(deps): update dominikh/staticcheck-action action to v1.4.1 by @renovate[bot] in #71
- build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #67
- Update Go to 1.25/1.26 and modernize CI by @andygrunwald in #74
New Contributors
Full Changelog: v1.1.0...v2.0.0
v1.1.0
What's Changed
- Fix parsing VDF files with duplicate keys by @Perplex in #5
- Introduce GitHub actions and remove TravisCI by @andygrunwald in #8
- fix: fixed infinity cycle on corrupted file by @avasapollo in #7
- Fix staticcheck errors to make ci pass by @andygrunwald in #9
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #11
- Readme: make sure go get gets latest version by @markus-wa in #12
- Allow newlines between K-V pairs by @markus-wa in #13
- Version upgrades of github.com/stretchr/testify 1.8.0 by @dependabot-preview
- Version upgrades of GitHub Actions like actions/cache, actions/checkout, dominikh/staticcheck-action and actions/setup-go by @dependabot
- Optimize CI runs by @andygrunwald in #35
- Testing: Added first fuzzing tests and fixed one bug (yeah!) by @andygrunwald in #14
New Contributors
- @Perplex made their first contribution in #5
- @avasapollo made their first contribution in #7
- @markus-wa made their first contribution in #12
Full Changelog: v1.0.0...v1.1.0