Skip to content

Commit 6d1bf01

Browse files
committed
prepare release v3.0.1
1 parent 702da40 commit 6d1bf01

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [3.0.1]
4+
### Fixed
5+
- Updated acceptable range of private keys from `[0, n)` to `[1, n)` as per SEC spec guidance (pull #97)
6+
37
## [3.0.0]
48
### Added
59
- Support for python3.13

README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ Thanks to those below for contributing improvements:
409409
- trevor-crypto
410410
- sylvainpelissier
411411
- akaIDIOT
412+
- Peter-Bergman
412413

413414
.. _issue11: https://github.com/AntonKueltz/fastecdsa/issues/11
414415
.. _GMP: https://gmplib.org/

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# The short X.Y version.
6565
version: str = "3.0"
6666
# The full version, including alpha/beta/rc tags.
67-
release: str = "3.0.0"
67+
release: str = "3.0.1"
6868

6969
# The language for content autogenerated by Sphinx. Refer to documentation
7070
# for a list of supported languages.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastecdsa"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "Fast elliptic curve digital signatures"
55
readme = "README.rst"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)