mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-23 08:29:28 +00:00
doc: add versioning documentation
This commit is contained in:
parent
dbc2e7c327
commit
2dbacdaff1
10
README.md
10
README.md
@ -73,6 +73,16 @@ This design keeps public transactions as fast as any RISC-V–based VM and makes
|
|||||||
---
|
---
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# Versioning
|
||||||
|
|
||||||
|
We release versions as git tags (e.g. `v0.1.0`). If no critical issues with version is found you can expect it to be immutable. All further features and fixes will be a part of the next tag. As the project is in active development we don't provide backward compatibility yet.
|
||||||
|
For each tag we publish docker images of our services.
|
||||||
|
If you depend on this project you can pin your rust dependency to a git tag like this:
|
||||||
|
|
||||||
|
```toml
|
||||||
|
nssa_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.1.0" }
|
||||||
|
```
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
### Install build dependencies
|
### Install build dependencies
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user