Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
Relicense rupsc as GPL-3.0 (or later)
  • Loading branch information
aramperes committed Aug 1, 2021
1 parent feef672 commit c935d88
Show file tree
Hide file tree
Showing 6 changed files with 688 additions and 28 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,10 @@ For SSL support, you must use the `async-ssl` feature as well.
## Pronunciation

> r-oops
## License

The crates in this repository are licensed as such:

- `rups`: MIT License, see `./LICENSE`
- `rupsc`: GPL-3.0 or later, see `./rupsc/LICENSE`
2 changes: 1 addition & 1 deletion rups/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rups"
version = "0.5.0"
version = "0.5.1"
authors = ["Aram Peres <aram.peres@wavy.fm>"]
edition = "2018"
description = "Network UPS Tools (NUT) client library"
Expand Down
6 changes: 3 additions & 3 deletions rupsc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "rupsc"
version = "0.5.0"
version = "0.5.1"
authors = ["Aram Peres <aram.peres@wavy.fm>"]
edition = "2018"
description = "A demo program to display UPS variables"
categories = ["network-programming"]
keywords = ["ups", "nut"]
repository = "https://github.com/aramperes/nut-client-rs"
readme = "README.md"
license = "MIT"
license = "GPL-3.0-or-later"

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

Expand All @@ -17,6 +17,6 @@ clap = "2.33.3"
anyhow = "1"

[dependencies.rups]
version = "0.5.0"
version = "0.5.1"
path = "../rups"
features = ["ssl"]
Loading

0 comments on commit c935d88

Please sign in to comment.