Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: refactor Version.bump() to accept bumping major/minor/patch/last #452

Merged
merged 19 commits into from
Jan 2, 2024

Commits on Dec 19, 2023

  1. Add new VersionBumpType and refactor Version.bump() to determine …

    …the bumping logic.
    hadim committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6bdf0f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6748325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d37df4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93036bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2228f1c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Python binding wrap up

    hadim committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f4ea4c6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into bump

    hadim authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    fd7f90a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9283770 View commit details
    Browse the repository at this point in the history
  4. python binding for bump_segment

    hadim committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4ac1858 View commit details
    Browse the repository at this point in the history
  5. lint

    hadim committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    90cd9ce View commit details
    Browse the repository at this point in the history
  6. cleaning

    hadim committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    951fbc8 View commit details
    Browse the repository at this point in the history
  7. more cleaning

    hadim committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    87bd09b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Merge branch 'main' into bump

    hadim authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    2c09d87 View commit details
    Browse the repository at this point in the history
  2. Update py-rattler/src/version/mod.rs

    Co-authored-by: Tarun Pratap Singh <[email protected]>
    hadim and Wackyator authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    3c85dba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3a6362 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d77802 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    1f02dff View commit details
    Browse the repository at this point in the history
  2. move tests to doctests

    hadim committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    a471b0c View commit details
    Browse the repository at this point in the history
  3. cleaning

    hadim committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    5f6e070 View commit details
    Browse the repository at this point in the history