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: mikefarah/yq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.33.3
Choose a base ref
...
head repository: mikefarah/yq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.34.1
Choose a head ref
  • 8 commits
  • 17 files changed
  • 4 contributors

Commits on Apr 13, 2023

  1. Bump golang.org/x/net from 0.8.0 to 0.9.0 (#1638)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.9.0.
    - [Release notes](https://github.com/golang/net/releases)
    - [Commits](golang/net@v0.8.0...v0.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      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 Apr 13, 2023
    Configuration menu
    Copy the full SHA
    bbe3055 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Implement shell output format (#1645)

    * fix typo in a comment
    
    * implement shell output format
    
    * fix a typo
    
    * add two test cases, have source uses ascii only
    
    * add integration tests and documentation
    
    * add fixes after code revieew
    giorgiga authored May 4, 2023
    Configuration menu
    Copy the full SHA
    80b42b8 View commit details
    Browse the repository at this point in the history
  2. Bump golang from 1.20.3 to 1.20.4 (#1658)

    Bumps golang from 1.20.3 to 1.20.4.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      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 May 4, 2023
    Configuration menu
    Copy the full SHA
    91f47ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d14eaa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d50b00 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Bump golang.org/x/net from 0.9.0 to 0.10.0 (#1667)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.10.0.
    - [Commits](golang/net@v0.9.0...v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      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 May 23, 2023
    Configuration menu
    Copy the full SHA
    af177f9 View commit details
    Browse the repository at this point in the history
  2. Preparing release notes

    mikefarah committed May 23, 2023
    Configuration menu
    Copy the full SHA
    f7fc4ed View commit details
    Browse the repository at this point in the history
  3. Bumping version

    mikefarah committed May 23, 2023
    Configuration menu
    Copy the full SHA
    5ef537f View commit details
    Browse the repository at this point in the history
Loading