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: Add configuration files #55

Merged
merged 23 commits into from
Aug 22, 2023
Merged

Commits on Aug 21, 2023

  1. feat: Add bump option (CLI, library) allowing to specify an exact ver…

    …sion to bump to, as well as `auto`, `major`, `minor` or `patch`
    
    Issue pawamoy#38: pawamoy#38
    PR pawamoy#41: pawamoy#41
    Co-authored-by: Timothée Mazzucotelli <pawamoy@pm.me>
    TheoGoudout authored and oesteban committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c6ee5d6 View commit details
    Browse the repository at this point in the history
  2. sty: run ruff --fix

    oesteban committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    1b3b0db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d724604 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    159bea8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2a9387 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d91a764 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    612d3ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e8ecd9b View commit details
    Browse the repository at this point in the history
  9. fix: remove _Sentinel class

    oesteban committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    389bd92 View commit details
    Browse the repository at this point in the history
  10. fix: do not interpret None in config files

    This commit addresses
    [this comment (pawamoy#55)](pawamoy#55 (comment)).
    
    Please note that this will disallow unsetting options if a hierarchy of
    config files were to be implemented at some point.
    oesteban committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    f36d1fb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    89a1af3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a99dd21 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d97d033 View commit details
    Browse the repository at this point in the history
  14. fix: sloppy merge leftovers

    oesteban committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4990bdd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cbaf5e8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    20d20e2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    eec730b View commit details
    Browse the repository at this point in the history
  18. Update tests/test_cli.py

    pawamoy authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    3f38e6a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    21599f7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9d9a0bc View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cefec7f View commit details
    Browse the repository at this point in the history
  22. style: Format

    pawamoy committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    481baca View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

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