Skip to content

Commit

Permalink
chore: Release 0.10.0 (#30)
Browse files Browse the repository at this point in the history
* chore: bump version

* docs: safety warnings, compatibility

* chore: cargo.lock
  • Loading branch information
Slesarew authored Sep 25, 2024
1 parent 0860510 commit 8670163
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kampela/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion kampela/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Vera Abramova <[email protected]>"]
edition = "2021"
name = "app"
version = "0.9.2"
version = "0.10.0"

[dependencies]
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"]}
Expand Down
12 changes: 12 additions & 0 deletions kampela/Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Compatibility

This version of Kampela firmware is compatible with Siltti v0.10

# Project maturity

This is an early proof of concept prototype, use for development and at your own risk only.

# Security note

Note that deprecated metadata shortening algorithm by Alzymologist Oy is implemented here, as opposed to one deployed in Polkadot ecosystem, thus no on-chain verification is actually happening. Migration is generally considered a trivial task by the community, we welcome PRs with corresponding patch (to all related repositories).

# Prerequisites

## Archlinux
Expand Down

0 comments on commit 8670163

Please sign in to comment.