Releases: homeport/dyff
Releases · homeport/dyff
dyff release v1.10.1
What's Changed
- b1ec0fc Fix panic when exit code does not have a cause (@HeavyWombat)
- 8a156e4 Tweak README file (@HeavyWombat)
Full Changelog: v1.10.0...v1.10.1
v1.10.0
What's Changed
- 21148cd Bump minimum Go version and
golang.org/x
deps - @HeavyWombat - 02563bb Add command-line flag to disable rename detection - @HeavyWombat
- 5673bf0 Move rename logic into separate library - @HeavyWombat
- 372cae6 perf: Reuse destination indices in rename calculation - @motoki317
- 8fde8ce doc: Add attributions - @motoki317
- 867c01a feat: Detect k8s resource renames using git heuristics - @motoki317
- b513ffa impr: Better output for Kubernetes file-level changes - @motoki317
- 87fd932 Add checked out ref for
actions/checkout@v4
- @chansuke - 7796360 add unit tests - undefined
- 6fe3b57 Feat(between): add ignore value changes flag - undefined
- 18e5fb2 Remove
wrap
import - @HeavyWombat - baf677c Simplify GitHub Action setup - @HeavyWombat
- c1a267d Fix GoReleaser config naming issue - @HeavyWombat
New Contributors
Full Changelog: v1.9.4...v1.10.0
dyff release v1.9.4
Changelog
no code change, just rebuild with newer Go version
dyff release v1.9.3
Changelog
- 87cd2d5: Unify
.goreleaser.yml
configuration (@HeavyWombat) - 9cca6a5: Bump Go version to
1.23
(@HeavyWombat)
dyff release v1.9.2
Changelog
- 87cd2d5: Unify
.goreleaser.yml
configuration (@HeavyWombat) - 9cca6a5: Bump Go version to
1.23
(@HeavyWombat)
dyff release v1.9.1
Changelog
- 87cd2d5: Unify
.goreleaser.yml
configuration (@HeavyWombat) - 9cca6a5: Bump Go version to
1.23
(@HeavyWombat)
dyff release v1.9.0
What's Changed
- Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 by @dependabot in #380
- Bump github.com/BurntSushi/toml from 1.3.2 to 1.4.0 by @dependabot in #381
- Bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20 by @dependabot in #382
- Bump github.com/onsi/gomega from 1.34.0 to 1.34.1 by @dependabot in #383
- Introduce
--ignore-whitespace-changes
flag by @HeavyWombat in #385 - Update download-latest.sh to support multiple download URLs by @hansfn in #373
New Contributors
Full Changelog: v1.8.1...v1.9.0
dyff release v1.8.1
Bump `golang.org/x` dependencies Bump all available `golang.org/x` dependencies.
dyff release v1.8.0
Note
This release comes with new output report styles, i.e. one that can be used in GitHub's diff markdown. Big thank you to @peschmae for the contribution.
@@ yaml.map.type-change-1 @@
! ± type change from string to int
- string
+ 147
@@ yaml.map.type-change-2 @@
! ± type change from string to int
- 12
+ 12
What's Changed
- Bump goreleaser/goreleaser-action from 2 to 5 by @dependabot in #346
- Bump dependabot/fetch-metadata from 1.3.5 to 1.6.0 by @dependabot in #348
- Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #345
- Bump actions/setup-go from 3 to 5 by @dependabot in #347
- Bump actions/checkout from 3 to 4 by @dependabot in #350
- Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by @dependabot in #352
- Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 by @dependabot in #355
- Package cleaning errors since golang 1.20 by @joshperry in #357
- Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 by @dependabot in #360
- Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 by @dependabot in #363
- Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #364
- Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 by @dependabot in #365
- Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 by @dependabot in #366
- Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 by @dependabot in #367
- Bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.18.0 by @dependabot in #369
- Bump github.com/onsi/ginkgo/v2 from 2.18.0 to 2.19.0 by @dependabot in #370
- Markdown/Code block compatible output by @peschmae in #358
- Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #368
New Contributors
- @joshperry made their first contribution in #357
- @peschmae made their first contribution in #358
Full Changelog: v1.7.1...v1.8.0