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: samber/slog-multi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: samber/slog-multi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.2
Choose a head ref
  • 3 commits
  • 24 files changed
  • 3 contributors

Commits on Sep 9, 2024

  1. Update README.md

    samber authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    804146f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Remove unnecessary memory allocation (#11)

    Creating a 0 length slice is less efficient than a nil slice pointer.
    maruel authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    14fd0ac View commit details
    Browse the repository at this point in the history
  2. bump v1.2.2

    samber committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    380e5dd View commit details
    Browse the repository at this point in the history
Loading