diff --git a/CHANGELOG.md b/CHANGELOG.md index b004967..70af22d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.1] - 2024-12-26 + +### Added + +### Fixed + +- [bug](https://github.com/FrankC01/pysui-fastcrypto/issues/9) Version 1.8 maturin requires a version in pyproject.toml + +### Changed + +- Bumped `maturin`, `twine` and `pkginfo` versions in requirements.txt + +### Removed + + ## [0.5.0] - 2024-04-05 ### Added diff --git a/pyproject.toml b/pyproject.toml index de74a2c..0a8da9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ features = ["pyo3/extension-module"] [project] name = "pysui-fastcrypto" +version = "0.5.1" description = "Python wrapper for MystenLab/fastcrypto Rust crate" readme = "README.rst" requires-python = ">=3.10" diff --git a/requirements.txt b/requirements.txt index ce97279..592220f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -maturin>=1.5.1 -twine>=5.0.0 -pkginfo>=1.10.0 +maturin>=1.7.4 +twine>=6.0.0 +pkginfo>=1.12.0