Skip to content

Commit d9978ab

Browse files
author
Matthias Zimmermann
committed
chore: prepare for 1.0.0a5 release
1 parent 8018649 commit d9978ab

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0a5] - 2025-11-05
11+
12+
### Added Features
13+
- Add change_owner to Arkiv and AsyncArkiv
14+
- Add watch_owner_changed to Arkiv and AsyncArkiv
15+
16+
### Other Changes
17+
- Upgrade to latest Arkiv node state including compression of TX data using brotli
18+
1019
## [1.0.0a4] - 2025-10-30
1120

1221
### Added Features

PUBLISHING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ Use `uv version --bump ... ` to increase version numbers
3636
version = "1.0.0a1" # Choose appropriate version
3737
```
3838

39+
In terminal check current version and update it using `uv` as shown below.
40+
41+
```bash
42+
grep '^version' pyproject.toml
43+
uv version --bump alpha
44+
```
45+
3946
### 2. Update CHANGELOG.md
4047

4148
```markdown

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "arkiv-sdk"
3-
version = "1.0.0a4"
3+
version = "1.0.0a5"
44
description = "Python SDK for Arkiv networks - Web3.py + Entities"
55
readme = "README.md"
66
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)