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: dvershinin/lastversion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.0
Choose a base ref
...
head repository: dvershinin/lastversion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.1
Choose a head ref
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Jan 28, 2024

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

Commits on Feb 1, 2024

  1. Add feature request guidelines to README and bug reports [skip ci]

    A new section on feature requests and enhancements was added to the README to guide users on how to get their features prioritized. Similarly, the bug report template was expanded to inform users about the current development scope and to provide options for contributing or supporting the project financially.
    dvershinin committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e7a5bb5 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Update release URL format conditions in base.py #150

    Added a new condition to determine the release URL formatting. Now, apart from the 'shorter' flag, a '/' character in the release "tag_name" also leads to usage of the SHORT_RELEASE_URL_FORMAT. This way, the formatting will be more fit for releases with a '/' in their tag name.
    dvershinin committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    f7e2669 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Add new regex for 'pre' version format in version.py

    Introduced a new regular expression to handle 'pre' version formats in the version.py script. This regex specifically matches and reformats versions preceded by 'pre-', enabling more flexible version formatting for this case. This inclusion enriches the set of version formats around the 'pre' keyword that our code can interpret.
    dvershinin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    ee28077 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Update CHANGELOG and bump version to 3.5.1 [skip ci]

    Updated CHANGELOG.md with the latest changes including fixing source tarball links and improved detection of pre-releases. Also bumped the program version to 3.5.1 in src/lastversion/__about__.py to reflect these changes.
    dvershinin committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    77b7b19 View commit details
    Browse the repository at this point in the history
Loading