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: MidasLamb/non-empty-string
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.5
Choose a base ref
...
head repository: MidasLamb/non-empty-string
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 7 files changed
  • 5 contributors

Commits on Oct 15, 2024

  1. Update release-plz.yml

    Create a relase pr rather than a release.
    MidasLamb authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f6dac8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2aa8c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e890aa2 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2025

  1. Implemented macro for compile time non empty string creation

    This is more convenient for constant strings in the codebase that are
    known to be non empty.
    patskovn committed Feb 16, 2025
    Configuration menu
    Copy the full SHA
    5cad42c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Small cleanup of macro and prepare for release

    The majority of the work has been done by @patskovn in #19, I'm just cleaning up and preparing a release,
    since he has used his branch to publish his own package, so I can't just merge it in unfortunately
    MidasLamb committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    1f88a25 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from MidasLamb/patskov-compile-time-macro

    Compile time macro
    MidasLamb authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    114e33c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2fe9fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03f9b58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1592562 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6685811 View commit details
    Browse the repository at this point in the history
  7. Use release-plz to check if we want to release

    Gate the actual release behind a github actions workflow approval.
    MidasLamb committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    f9a2287 View commit details
    Browse the repository at this point in the history
  8. build(deps): bump actions/checkout from 2 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    cadfd56 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #22 from MidasLamb/dependabot/github_actions/actio…

    …ns/checkout-4
    
    build(deps): bump actions/checkout from 2 to 4
    MidasLamb authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    18e7829 View commit details
    Browse the repository at this point in the history
  10. Add msrv check

    MidasLamb committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    9687d29 View commit details
    Browse the repository at this point in the history
Loading