Skip to content

Commit

Permalink
chore: release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Oct 5, 2024
1 parent ee37666 commit ae06420
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@ The original ``git-up`` has been written by aanand:
Changelog
---------

v2.3.0 (*2024-10-05*)
~~~~~~~~~~~~~~~~~~~~~

- Improve logging when updating large repositories. Thanks
`@bdmartin <https://github.com/bdmartin>`_ for `Pull Request #132
<https://github.com/msiemens/PyGitUp/pull/132>`_.
- Drop support for Python 3.7

v2.2.0 (*2022-11-21*)
~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -412,7 +420,7 @@ v0.1 (*2013-03-14*)

- Initial Release

.. |Build Status| image:: https://img.shields.io/azure-devops/build/msiemens/3e5baa75-12ec-43ac-9728-89823ee8c7e2/1.svg?style=flat-square
.. |Build Status| image:: https://img.shields.io/github/actions/workflow/status/msiemens/PyGitUp/ci-workflow.yml?style=flat-square
:target: https://dev.azure.com/msiemens/github/_build?definitionId=1

.. |Coverage Status| image:: http://img.shields.io/coveralls/msiemens/PyGitUp/master.svg?style=flat-square
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "git-up"
version = "2.2.0"
version = "2.3.0"
description = "A python implementation of 'git up'"
authors = ["Markus Siemens <[email protected]>"]
license = "MIT"
Expand All @@ -19,7 +19,6 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit ae06420

Please sign in to comment.