8000 Comparing v1.6.0...v1.6.1 · bodgit/sevenzip · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bodgit/sevenzip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: bodgit/sevenzip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.1
Choose a head ref
  • 18 commits
  • 20 files changed
  • 3 contributors

Commits on Nov 18, 2024

  1. chore(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.11 (

    #274)
    
    * chore(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.11
    
    Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.9 to 1.17.11.
    - [Release notes](https://github.com/klauspost/compress/releases)
    - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
    - [Commits](klauspost/compress@v1.17.9...v1.17.11)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/klauspost/compress
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: Require 1.21 minimum
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Matt Dainty <matt@bodgit-n-scarper.com>
    dependabot[bot] and bodgit authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    a706501 View commit details
    Browse the repository at this point in the history
  2. refactor: Make use of 1.20+ standard library features (#286)

    * ci: Bump golangci-lint
    
    * chore: Drop compat `min()` & `max()` functions
    
    * refactor: Use `sync.OnceValues` instead of `syncutil.Once`
    
    * refactor: Use `errors.Join` instead of `github.com/hashicorp/go-multierror`
    bodgit authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    9204bd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. chore(deps): bump github/codeql-action from 3.27.4 to 3.27.5 (#288)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.4 to 3.27.5.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@ea9e4e3...f09c1c0)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    5201139 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. test: Improve test coverage (#289)

    * test: Test `NewReader()`
    
    * test: Test `fileReadCloser.Seek()`
    
    * refactor: Change `io/fs` import
    
    * refactor: Use afero for filesystem interactions
    
    * test: Test `openReader()`
    bodgit authored Nov 24, 2024
    Configuration menu
    Copy the full SHA
    1ee54c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d61bbe View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#291

    )
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.9.0...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d6f8d60 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. chore(deps): bump github/codeql-action from 3.27.5 to 3.27.6 (#292)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.5 to 3.27.6.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@f09c1c0...aa57810)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    18bc718 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 (#293)

    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.9.0 to 0.10.0.
    - [Commits](golang/sync@v0.9.0...v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sync
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    597c1d3 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump golang.org/x/text from 0.20.0 to 0.21.0 (#294)

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.20.0 to 0.21.0.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.20.0...v0.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/text
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    de034b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. chore(deps): bump github/codeql-action from 3.27.6 to 3.27.7 (#295)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.6 to 3.27.7.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@aa57810...babb554)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    daaa440 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 (#296)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0 to 5.2.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@41dfa10...3041bf5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    8b7d28b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2024

  1. chore(deps): bump github.com/pierrec/lz4/v4 from 4.1.21 to 4.1.22 (#297)

    Bumps [github.com/pierrec/lz4/v4](https://github.com/pierrec/lz4) from 4.1.21 to 4.1.22.
    - [Commits](pierrec/lz4@v4.1.21...v4.1.22)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/pierrec/lz4/v4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    a7fd55c View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github/codeql-action from 3.27.7 to 3.27.9 (#298)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.7 to 3.27.9.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@babb554...df409f7)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    f3b1df7 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2024

  1. chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (#299)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@b4b15b8...6f51ac0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 21, 2024
    Configuration menu
    Copy the full SHA
    630d98c View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2024

  1. chore(deps): bump github/codeql-action from 3.27.9 to 3.28.0 (#300)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.9 to 3.28.0.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@df409f7...48ab28a)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    9e24d31 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. Configuration menu
    Copy the full SHA
    695062b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2025

  1. fix: Make it possible to override decompressor for existing method (#302

    )
    
    make possible to override decompressor for existed method
    kulaginds authored Apr 26, 2025
    Configuration menu
    Copy the full SHA
    63e8b07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a40a39e View commit details
    Browse the repository at this point in the history
Loading
0