Skip to content

Commit

Permalink
Merge pull request #14 from sers-dev/release-1.0.0
Browse files Browse the repository at this point in the history
prepare 1.0.0 release
  • Loading branch information
Bobonium authored Oct 2, 2022
2 parents bc6d668 + ae6f576 commit d8d3b4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WIP 1.0.0
# 1.0.0

- added `LeastMessageRouter`
- config now supports loading optional file `./config/tyra.toml` to overwrite config parameters
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tyra"
version = "0.8.0"
version = "1.0.0"
authors = ["sers.dev <admin@sers.dev>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
# Tyra (TYped Rust Actor)

`Tyra` is a cross-platform Typed Actor System Written in Rust.

## Current State

`0.8.0` is intended to be the last minor release before `1.0.0` where it's officially declared ready for production
- since `0.7.0` it's been used for a variety of internal non-public tools
- documentation + examples + tests should be in a good state
- API is finalized
- performance is acceptable

So why's it not yet `1.0.0`?
- more time to intensively test
- fixing more bugs found from testing
- finalizing dependencies

The current development status can be tracked in the [CHANGELOG.md](CHANGELOG.md)
`Tyra` is a production ready, cross-platform Typed Actor System Written in Rust.

## Configuration

Expand Down

0 comments on commit d8d3b4c

Please sign in to comment.