Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
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: libp2p/js-libp2p-peer-store
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.1
Choose a base ref
...
head repository: libp2p/js-libp2p-peer-store
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.2
Choose a head ref
  • 4 commits
  • 7 files changed
  • 4 contributors

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    e1271cf View commit details
    Browse the repository at this point in the history
  2. deps(dev): bump protons from 6.1.3 to 7.0.2 (#60)

    * deps: bump protons-runtime from 4.0.2 to 5.0.0
    
    Bumps [protons-runtime](https://github.com/ipfs/protons) from 4.0.2 to 5.0.0.
    - [Release notes](https://github.com/ipfs/protons/releases)
    - [Commits](ipfs/protons@protons-runtime-v4.0.2...protons-runtime-v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: protons-runtime
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * deps(dev): bump protons from 6.1.3 to 7.0.2
    
    Bumps [protons](https://github.com/ipfs/protons) from 6.1.3 to 7.0.2.
    - [Release notes](https://github.com/ipfs/protons/releases)
    - [Commits](ipfs/protons@protons-v6.1.3...protons-v7.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: protons
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: regenerate protobuf files
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    0b5e25f View commit details
    Browse the repository at this point in the history
  3. fix: allow overwriting tags (#68)

    Allows setting the same tag twice, last update wins. Otherwise trying
    to ensure atomic writes becomes very hard.
    achingbrain committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    4182211 View commit details
    Browse the repository at this point in the history
  4. chore(release): 6.0.2 [skip ci]

    ## [6.0.2](v6.0.1...v6.0.2) (2023-03-02)
    
    ### Bug Fixes
    
    * allow overwriting tags ([#68](#68)) ([4182211](4182211))
    
    ### Trivial Changes
    
    * Update .github/workflows/semantic-pull-request.yml [skip ci] ([e1271cf](e1271cf))
    
    ### Dependencies
    
    * **dev:** bump protons from 6.1.3 to 7.0.2 ([#60](#60)) ([0b5e25f](0b5e25f))
    semantic-release-bot committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    aa8fc54 View commit details
    Browse the repository at this point in the history
Loading