diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..13708fa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fda54ec..e18b63d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ Формат основан на [Keep a Changelog](https://keepachangelog.com/ru/1.1.0/), проект придерживается [Semantic Versioning](https://semver.org/lang/ru/). +## [0.7.1](https://github.com/devAsmodeus/Hope-Hash/compare/v0.7.0...v0.7.1) (2026-05-03) + + +### Bug Fixes + +* solo prev-hash BLOCKER + S1-S4 doc fixes + release-please ([#9](https://github.com/devAsmodeus/Hope-Hash/issues/9)) ([aeac6d7](https://github.com/devAsmodeus/Hope-Hash/commit/aeac6d7dccf4878f784d2ebf3845967a10fd8c35)) + ## [Unreleased] ### Исправлено diff --git a/pyproject.toml b/pyproject.toml index 99da6d8..c101516 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hope-hash" -version = "0.7.0" # x-release-please-version +version = "0.7.1" # x-release-please-version description = "Учебный solo BTC miner на чистом Python stdlib" readme = "README.md" requires-python = ">=3.11" diff --git a/src/hope_hash/__init__.py b/src/hope_hash/__init__.py index 362d2e7..40aa73f 100644 --- a/src/hope_hash/__init__.py +++ b/src/hope_hash/__init__.py @@ -1,6 +1,6 @@ """Hope-Hash — учебный solo BTC miner на чистом stdlib.""" -__version__ = "0.7.0" # x-release-please-version +__version__ = "0.7.1" # x-release-please-version from . import sha_native from .banner import print_banner, render_banner