Skip to content

v0.5.0

Choose a tag to compare

@djach7 djach7 released this 09 Jun 17:43
1af294d

What's Changed

  • ci: bump goreleaser/goreleaser-action from 6 to 7 by @dependabot[bot] in #72
  • Don't use delta for tiny files by @alexlarsson in #70
  • Various features I need for bootc-delta by @alexlarsson in #75
  • ci: upgrades go version to latest stable version to resolve security vulnerability bug by @rosygmiki in #82
  • test: system tests for Fedora compatibility by @rosygmiki in #81
  • test: add comprehensive unit tests for tar-diff package by @djach7 in #77
  • test: replace tar alias with shell function for macOS compatibility by @rosygmiki in #85
  • security: pin dependencies and restrict token permissions by @djach7 in #90
  • docs: add CONTRIBUTING.md as a best-practices reference for contributors by @rosygmiki in #92
  • docs: adds AGENTS.md to guide coding agents by @rosygmiki in #97
  • deps: bump github.com/klauspost/compress from 1.18.5 to 1.18.6 by @dependabot[bot] in #91
  • ci: bump github/codeql-action from 4.35.3 to 4.36.0 by @dependabot[bot] in #99
  • ci: bump codecov/codecov-action from 5.5.4 to 6.0.1 by @dependabot[bot] in #100

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

Changelog

  • 00093ac Don't use delta for tiny files
  • 1af294d Merge pull request #100 from containers/dependabot/github_actions/codecov/codecov-action-6.0.1
  • f472e63 Merge pull request #70 from alexlarsson/dont-diff-tiny-files
  • 3777999 Merge pull request #77 from djach7/tardiff-pkg-unit-tests
  • 694288b Merge pull request #82 from rmiki-dev/go-version
  • 3a306a0 Merge pull request #85 from rmiki-dev/macos-system-test
  • c8731fe Merge pull request #91 from containers/dependabot/go_modules/github.com/klauspost/compress-1.18.6
  • ec0536e Merge pull request #97 from rosygmiki/agents-md
  • 61602a7 Merge pull request #99 from containers/dependabot/github_actions/github/codeql-action-4.36.0
  • 8e7a7e1 Various features I need for bootc-delta (#75)
  • c9aaf89 ci: bump codecov/codecov-action from 5.5.4 to 6.0.1
  • d1db699 ci: bump github/codeql-action from 4.35.3 to 4.36.0
  • 13704c8 ci: bump goreleaser/goreleaser-action from 6 to 7 (#72)
  • 8721df7 ci: upgrades go version to latest stable version to resolve security vulnerability bug
  • a857756 deps: bump github.com/klauspost/compress from 1.18.5 to 1.18.6
  • 99bf09b security: pin dependencies and restrict token permissions (#90)