Skip to content

Commit 5dd150f

Browse files
committed
chore(release): 0.1.3
1 parent 7748411 commit 5dd150f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Build Server Protocol
22

3-
State: Working, Unstable, feature releases might break 0.1
3+
State: Working, Unstable
44
[Build Server Protocol](https://build-server-protocol.github.io/docs/specification.html) client, server and type definition in rust.
5+
## Install
6+
7+
```
8+
bsp-server = "0.1.3"
9+
# OR if you want just types
10+
bsp-types = "0.1.3"
11+
```
512

613
## Example
714

bsp-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bsp-server"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
description = "Build Server Protocol (Server)"
66
repository = "https://github.com/tami5/build-server-protocol"

bsp-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bsp-types"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
description = "Build Server Protocol Types"
66
repository = "https://github.com/tami5/build-server-protocol"

0 commit comments

Comments
 (0)