Skip to content

Commit

Permalink
Update version to 1.1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
jq-rs committed Mar 12, 2021
1 parent 0196df5 commit 507fd36
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to Mles project will be documented in this file after 1.0-re
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.1.6]

Updated to support IPv6 by default.

Expand Down
4 changes: 2 additions & 2 deletions mles-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mles-client"
version = "1.1.5"
version = "1.1.6"
authors = ["jq-rs"]
edition = "2018"

Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/jq-rs/mles-rs"
documentation = "http://mles.io"
readme = "../README.md"
categories = ["network-programming"]
keywords = ["protocol", "publish", "subscribe", "mles", "websocket"]
keywords = ["protocol", "publish-subscribe", "mles", "websocket"]

[profile.release]
lto = true
Expand Down
4 changes: 2 additions & 2 deletions mles-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mles-utils"
version = "1.1.5"
version = "1.1.6"
authors = ["jq-rs"]
edition = "2018"

Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/jq-rs/mles-rs"
documentation = "https://docs.rs/mles-utils"
readme = "../README.md"
categories = ["network-programming"]
keywords = ["mles", "publish", "subscribe", "protocol", "cbor"]
keywords = ["mles", "publish-subscribe", "protocol", "cbor"]

[profile.release]
lto = true
Expand Down
4 changes: 2 additions & 2 deletions mles/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mles"
version = "1.1.5"
version = "1.1.6"
authors = ["jq-rs"]
edition = "2018"

Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/jq-rs/mles-rs"
documentation = "http://mles.io"
readme = "../README.md"
categories = ["network-programming"]
keywords = ["protocol", "publish", "subscribe", "cbor", "mles"]
keywords = ["protocol", "publish-subscribe", "cbor", "mles"]

[profile.release]
lto = true
Expand Down

0 comments on commit 507fd36

Please sign in to comment.