Skip to content

Commit d8d3b4c

Browse files
authored
Merge pull request #14 from sers-dev/release-1.0.0
prepare 1.0.0 release
2 parents bc6d668 + ae6f576 commit d8d3b4c

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WIP 1.0.0
1+
# 1.0.0
22

33
- added `LeastMessageRouter`
44
- config now supports loading optional file `./config/tyra.toml` to overwrite config parameters

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tyra"
3-
version = "0.8.0"
3+
version = "1.0.0"
44
authors = ["sers.dev <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
# Tyra (TYped Rust Actor)
22

3-
`Tyra` is a cross-platform Typed Actor System Written in Rust.
4-
5-
## Current State
6-
7-
`0.8.0` is intended to be the last minor release before `1.0.0` where it's officially declared ready for production
8-
- since `0.7.0` it's been used for a variety of internal non-public tools
9-
- documentation + examples + tests should be in a good state
10-
- API is finalized
11-
- performance is acceptable
12-
13-
So why's it not yet `1.0.0`?
14-
- more time to intensively test
15-
- fixing more bugs found from testing
16-
- finalizing dependencies
17-
18-
The current development status can be tracked in the [CHANGELOG.md](CHANGELOG.md)
3+
`Tyra` is a production ready, cross-platform Typed Actor System Written in Rust.
194

205
## Configuration
216

0 commit comments

Comments
 (0)