goto 1.0.0

This commit is contained in:
Bevan Hunt 2020-01-07 17:20:02 -08:00
parent 232407db31
commit ef9f1fe79d
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View File

@ -386,7 +386,7 @@ dependencies = [
[[package]]
name = "broker"
version = "0.8.1"
version = "1.0.0"
dependencies = [
"actix-cors 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "broker"
version = "0.8.1"
version = "1.0.0"
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
edition = "2018"
license = "MIT"

View File

@ -24,6 +24,8 @@ The side-effect of this system is that the latest event is the schema. Old event
#### API
- this library is 1.0.0 and the API is stable
##### Step 1 - create a user
```html