Skip to content

Commit

Permalink
Release v1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
miurahr committed Aug 8, 2024
1 parent 810a426 commit 02754d2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
17 changes: 16 additions & 1 deletion docs/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ All notable changes to this project will be documented in this file.
`Unreleased`_
=============

`v1.0.0-rc1`_
=============

Changed
-------
* Bump dependencies versions
- pycryptodomex@3.32.0
- pyzstd@0.16.1
- sphinx@7.0.0
- mypy@1.10.0
- mypy_extensions@1.0.0
- isort@5.13.2
- black@24.8.0

`v0.22.0`_
==========

Expand Down Expand Up @@ -418,7 +432,8 @@ Changed


.. History links
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.22.0...HEAD
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v1.0.0-rc1...HEAD
.. _v1.0.0-rc1: https://github.com/miurahr/py7zr/compare/v0.22.0...v1.0.0-rc1
.. _v0.22.0: https://github.com/miurahr/py7zr/compare/v0.21.1...v0.22.0
.. _v0.21.1: https://github.com/miurahr/py7zr/compare/v0.21.0...v0.21.1
.. _v0.21.0: https://github.com/miurahr/py7zr/compare/v0.20.8...v0.21.0
Expand Down
6 changes: 2 additions & 4 deletions docs/SECURITY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ Supported Versions
+---------+---------------------+
| Version | Status |
+=========+=====================+
| 0.22.x | Stable version |
| 1.0.x | Stable version |
+---------+---------------------+
| 0.21.x | Security fixes only |
+---------+---------------------+
| < 0.21 | not supported |
| < 1.0.0 | not supported |
+---------+---------------------+

Reporting a Vulnerability
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
{name = "Hiroshi Miura", email = "miurahr@linux.com"},
]
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
Expand Down

0 comments on commit 02754d2

Please sign in to comment.