Skip to content

Commit c935d88

Browse files
committed
Release 0.5.1
Relicense rupsc as GPL-3.0 (or later)
1 parent feef672 commit c935d88

File tree

6 files changed

+688
-28
lines changed

6 files changed

+688
-28
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,10 @@ For SSL support, you must use the `async-ssl` feature as well.
108108
## Pronunciation
109109

110110
> r-oops
111+
112+
## License
113+
114+
The crates in this repository are licensed as such:
115+
116+
- `rups`: MIT License, see `./LICENSE`
117+
- `rupsc`: GPL-3.0 or later, see `./rupsc/LICENSE`

rups/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rups"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Aram Peres <aram.peres@wavy.fm>"]
55
edition = "2018"
66
description = "Network UPS Tools (NUT) client library"

rupsc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "rupsc"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Aram Peres <aram.peres@wavy.fm>"]
55
edition = "2018"
66
description = "A demo program to display UPS variables"
77
categories = ["network-programming"]
88
keywords = ["ups", "nut"]
99
repository = "https://github.com/aramperes/nut-client-rs"
1010
readme = "README.md"
11-
license = "MIT"
11+
license = "GPL-3.0-or-later"
1212

1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

@@ -17,6 +17,6 @@ clap = "2.33.3"
1717
anyhow = "1"
1818

1919
[dependencies.rups]
20-
version = "0.5.0"
20+
version = "0.5.1"
2121
path = "../rups"
2222
features = ["ssl"]

0 commit comments

Comments
 (0)