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: paritytech/parity-scale-codec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v.3.7.3
Choose a base ref
...
head repository: paritytech/parity-scale-codec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.7.4
Choose a head ref
  • 9 commits
  • 12 files changed
  • 3 contributors

Commits on Jan 31, 2025

  1. Follow-up on #663 (#693)

    serban300 authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    bff4de9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Bump syn from 2.0.96 to 2.0.98 (#697)

    Bumps [syn](https://github.com/dtolnay/syn) from 2.0.96 to 2.0.98.
    - [Release notes](https://github.com/dtolnay/syn/releases)
    - [Commits](dtolnay/syn@2.0.96...2.0.98)
    
    ---
    updated-dependencies:
    - dependency-name: syn
      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 Feb 3, 2025
    Configuration menu
    Copy the full SHA
    16dd072 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Fix breaking change: Do not enforce discriminant to be a literal + do…

    …n't expect usize. (#695)
    
    * fix
    
    * tests
    
    * fix ui test error
    
    * more fix
    
    * add test
    
    * fmt
    
    * fix typo
    
    * wip
    
    * fix
    
    * remove dead code
    
    * last fix
    
    * remove convertion
    
    * fix
    
    * refactor
    
    * fix conflicting implementation of len()
    
    * license and doc
    
    * trigger clippy again
    
    * Revert "trigger clippy again"
    
    This reverts commit 97246b8.
    gui1117 authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    f0345de View commit details
    Browse the repository at this point in the history
  2. cargo.lock (#700)

    gui1117 authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    d83ab9f View commit details
    Browse the repository at this point in the history
  3. Enforce parity-scale-codec-derive version with =x.y.z. (#696)

    * enforce version
    
    * change the ci a bit
    
    * only dry-run derive
    gui1117 authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    02dba0f View commit details
    Browse the repository at this point in the history
  4. Have some release guideline (#694)

    * release guideline
    
    * better in another file
    gui1117 authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    09844fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4ae700 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

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

Commits on Feb 7, 2025

  1. Release 3.7.4 (#701)

    * Release 3.7.4
    
    * Update changelog
    serban300 authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    ff5a070 View commit details
    Browse the repository at this point in the history
Loading