Skip to content

Commit f9fc246

Browse files
committed
update readme and bump version
1 parent 3cc8ba0 commit f9fc246

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

Cargo.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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kinode_process_lib"
33
description = "A library for writing Kinode processes in Rust."
4-
version = "0.8.2"
4+
version = "0.8.3"
55
edition = "2021"
66
license-file = "LICENSE"
77
homepage = "https://kinode.org"

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
# process_lib
1+
# kinode_process_lib
22

3-
Library of functions for more ergonomic kinode process development.
3+
Library of functions for more ergonomic [Kinode](https://github.com/kinode-dao/kinode) process development. See the [Kinode Book](https://book.kinode.org) for a guide on how to use this library to write Kinode apps in Rust.
44

5-
To develop/build:
6-
```
7-
git submodule update --init
8-
cargo build
9-
```
10-
11-
Docs: waiting on other crates to be published.
5+
The major version of `kinode_process_lib` will always match the major version of Kinode OS. Since the current major version of both is 0, breaking changes can occur on minor releases. Once the major version reaches 1, breaking changes will only occur between major versions. As is, developers may have to update their version of process_lib as they update Kinode OS.

0 commit comments

Comments
 (0)