Skip to content

Commit

Permalink
update readme and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-frmr committed Jun 17, 2024
1 parent 3cc8ba0 commit f9fc246
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kinode_process_lib"
description = "A library for writing Kinode processes in Rust."
version = "0.8.2"
version = "0.8.3"
edition = "2021"
license-file = "LICENSE"
homepage = "https://kinode.org"
Expand Down
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# process_lib
# kinode_process_lib

Library of functions for more ergonomic kinode process development.
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.

To develop/build:
```
git submodule update --init
cargo build
```

Docs: waiting on other crates to be published.
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 comments on commit f9fc246

Please sign in to comment.