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: googleapis/release-please
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.17.0
Choose a base ref
...
head repository: googleapis/release-please
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.18.0
Choose a head ref
  • 3 commits
  • 9 files changed
  • 4 contributors

Commits on Feb 27, 2025

  1. docs(python): suggest pyproject.toml instead of setup.py (#2488)

    * Python PEP621: Suggest pyproject.toml instead of setup.py
    
    Modern Python projects favor configuring with `pyproject.toml` over the `setup.py`.
    
    https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
    > Starting with [PEP 621](https://peps.python.org/pep-0621), the Python community selected `pyproject.toml` as a standard way of specifying project metadata. `Setuptools` has adopted this standard and will use the information contained in this file as an input in the build process.
    
    * fix markdown link
    
    ---------
    
    Co-authored-by: Jeff Ching <chingor@google.com>
    cclauss and chingor13 authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    e3c9eb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f07691 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 16.18.0 (#2492)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    4b5eb72 View commit details
    Browse the repository at this point in the history
Loading