Skip to content

Commit

Permalink
chore(release): 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kkharji committed May 26, 2022
1 parent 7748411 commit 5dd150f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Build Server Protocol

State: Working, Unstable, feature releases might break 0.1
State: Working, Unstable
[Build Server Protocol](https://build-server-protocol.github.io/docs/specification.html) client, server and type definition in rust.
## Install

```
bsp-server = "0.1.3"
# OR if you want just types
bsp-types = "0.1.3"
```

## Example

Expand Down
2 changes: 1 addition & 1 deletion bsp-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bsp-server"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
description = "Build Server Protocol (Server)"
repository = "https://github.com/tami5/build-server-protocol"
Expand Down
2 changes: 1 addition & 1 deletion bsp-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bsp-types"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
description = "Build Server Protocol Types"
repository = "https://github.com/tami5/build-server-protocol"
Expand Down

0 comments on commit 5dd150f

Please sign in to comment.