Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 0.1.6 (2025-06-02)

### Refactor

- **cli**: simplify CLI structure and add version bump command
- **references**: update and reorder bibliography entries

## v0.1.4 (2025-02-04)

## v0.1.2 (2024-12-05)

## v0.1.1 (2024-11-25)
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ The same architecture supports both arbitrary *fungible* measures of value (e.g.
currencies) and unique (*non-fungible*) objects, so users can choose the
representations and level of precision most appropriate to model aspects of the
world which they care about.

## Deep diving directions for v0.2

The main controller in v0.2 is a single node, which accepts transaction requests for ordering.
The controller takes care of the resource machine state.
State is organized in terms of persistent resources,
and the state root is what the controller primarily takes care of.
Futher functionality concerns the ordering of incoming transaction requests.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ dev = [
]

[tool.commitizen]
version = "0.1.5"
version = "0.1.6"
update_changelog_on_bump = true
changelog_file = "docs/CHANGELOG.md"
Loading