Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
  • Loading branch information
thombashi committed May 2, 2024
1 parent 418b8a8 commit 631a91e
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 5 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
<a name="v1.4.2"></a>
# [v1.4.2](https://github.com/thombashi/pingparsing/releases/tag/v1.4.2) - 02 May 2024

* Add `docs` extras
* Add `__all__` to `__init__.py`
* Add a build and publish workflow
* Add Sigstore signatures to release assets
* Update dependencies in requirements files
* Bump minimum version of `typepy` to `1.3.2`
* Bump minimum version of `humanreadable` to `0.3`
* Add support for Python 3.12
* Drop support for Python 3.6
* Update help messages
* Improve type annotations
* Modify to use `setuptools_scm` for package build
* Add CHANGELOG

**Full Changelog**: https://github.com/thombashi/pingparsing/compare/v1.4.1...v1.4.2

[Changes][v1.4.2]


<a name="v1.4.1"></a>
# [v1.4.1](https://github.com/thombashi/pingparsing/releases/tag/v1.4.1) - 18 Feb 2023

Expand Down Expand Up @@ -345,6 +367,7 @@
[Changes][v0.2.5]


[v1.4.2]: https://github.com/thombashi/pingparsing/compare/v1.4.1...v1.4.2
[v1.4.1]: https://github.com/thombashi/pingparsing/compare/v1.4.0...v1.4.1
[v1.4.0]: https://github.com/thombashi/pingparsing/compare/v1.3.2...v1.4.0
[v1.3.2]: https://github.com/thombashi/pingparsing/compare/v1.3.1...v1.3.2
Expand Down
23 changes: 23 additions & 0 deletions docs/pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
<a name="v1.4.2"></a>
# [v1.4.2](https://github.com/thombashi/pingparsing/releases/tag/v1.4.2) - 02 May 2024

* Add `docs` extras
* Add `__all__` to `__init__.py`
* Add a build and publish workflow
* Add Sigstore signatures to release assets
* Update dependencies in requirements files
* Bump minimum version of `typepy` to `1.3.2`
* Bump minimum version of `humanreadable` to `0.3`
* Add support for Python 3.12
* Drop support for Python 3.6
* Update help messages
* Improve type annotations
* Modify to use `setuptools_scm` for package build
* Add CHANGELOG

**Full Changelog**: https://github.com/thombashi/pingparsing/compare/v1.4.1...v1.4.2

[Changes][v1.4.2]


<a name="v1.4.1"></a>
# [v1.4.1](https://github.com/thombashi/pingparsing/releases/tag/v1.4.1) - 18 Feb 2023

Expand Down Expand Up @@ -345,6 +367,7 @@
[Changes][v0.2.5]


[v1.4.2]: https://github.com/thombashi/pingparsing/compare/v1.4.1...v1.4.2
[v1.4.1]: https://github.com/thombashi/pingparsing/compare/v1.4.0...v1.4.1
[v1.4.0]: https://github.com/thombashi/pingparsing/compare/v1.3.2...v1.4.0
[v1.3.2]: https://github.com/thombashi/pingparsing/compare/v1.3.1...v1.3.2
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/links.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
Changelog
==========
https://github.com/thombashi/pingparsing/releases


.. include:: sponsors.rst


Expand Down

0 comments on commit 631a91e

Please sign in to comment.