We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50fc13 commit 1a78b56Copy full SHA for 1a78b56
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
6
7
-## [0.1.0] - 2024-12-02
+## [0.1.0] - 2024-12-08
8
9
Initial release; forked from `py-substrate-interface`.
10
Makefile
@@ -15,7 +15,7 @@ help: ## Show this help (default)
15
##
16
17
install: ## Install dependencies
18
- uv sync --extra full --frozen
+ uv sync --all-extras --all-groups --frozen
19
20
update: ## Update dependencies
21
uv lock
0 commit comments