Skip to content

Commit 53334d9

Browse files
Merge pull request #72 from IvanArkhipov1999/release-0.4.0
Release 0.4.0
2 parents 57520ad + 65a62a3 commit 53334d9

File tree

20 files changed

+336
-191
lines changed

20 files changed

+336
-191
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,6 +1,6 @@
11
[package]
22
name = "martos"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
description = "Martos is an elegant real-time operating system designed for creating complex multi-agent systems. Developers have the flexibility to write software for Martos using either Rust (preferred) or C languages."
66
documentation = "https://github.com/IvanArkhipov1999/Martos"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Martos supports following features:
1515
To develop software in Rust, you have the option to incorporate the Martos as a dependency:
1616
```
1717
[dependencies]
18-
martos = "0.3.0"
18+
martos = "0.4.0"
1919
```
2020

2121
You can explore a variety of Rust examples showcasing different architectures in the ['examples/rust-examples'](https://github.com/IvanArkhipov1999/Martos/tree/main/examples/rust-examples) directory.

0 commit comments

Comments
 (0)