Skip to content

Commit

Permalink
Bump version to 4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Dec 21, 2023
1 parent 6b3f7f8 commit d716f2c
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 119 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ package-multitech-conduit-ap3:
# Update the version.
version:
test -n "$(VERSION)"
sed -i 's/^version.*/version = "$(VERSION)"/g' ./chirpstack-concentratord-2g4/Cargo.toml
sed -i 's/^version.*/version = "$(VERSION)"/g' ./chirpstack-concentratord-sx1301/Cargo.toml
sed -i 's/^version.*/version = "$(VERSION)"/g' ./chirpstack-concentratord-sx1302/Cargo.toml
sed -i 's/^version.*/version = "$(VERSION)"/g' ./gateway-id/Cargo.toml
sed -i 's/^version.*/version = "$(VERSION)"/g' ./libconcentratord/Cargo.toml
sed -i 's/^ version.*/ version = "$(VERSION)"/g' ./chirpstack-concentratord-2g4/Cargo.toml
sed -i 's/^ version.*/ version = "$(VERSION)"/g' ./chirpstack-concentratord-sx1301/Cargo.toml
sed -i 's/^ version.*/ version = "$(VERSION)"/g' ./chirpstack-concentratord-sx1302/Cargo.toml
sed -i 's/^ version.*/ version = "$(VERSION)"/g' ./gateway-id/Cargo.toml
sed -i 's/^ version.*/ version = "$(VERSION)"/g' ./libconcentratord/Cargo.toml
make test
git add .
git commit -v -m "Bump version to $(VERSION)"
Expand Down
56 changes: 28 additions & 28 deletions chirpstack-concentratord-2g4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
[package]
name = "chirpstack-concentratord-2g4"
repository="https://github.com/chirpstack/chirpstack-concentratord/"
description="LoRa concentrator HAL daemon (2.4GHz)"
license="MIT"
version = "4.3.4"
authors = ["Orne Brocaar <[email protected]>"]
edition = "2021"
publish = false
name = "chirpstack-concentratord-2g4"
repository = "https://github.com/chirpstack/chirpstack-concentratord/"
description = "LoRa concentrator HAL daemon (2.4GHz)"
license = "MIT"
version = "4.3.5"
authors = ["Orne Brocaar <[email protected]>"]
edition = "2021"
publish = false

[dependencies]
libloragw-2g4 = {path = "../libloragw-2g4"}
libconcentratord = {path = "../libconcentratord"}
chirpstack_api = { version = "4.6.0", default-features = false }
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"
clap = { version = "4.4", features = ["derive"] }
log = "0.4"
simple_logger = "4.2"
zmq = "0.10"
hex = "0.4"
lazy_static = "1.4"
chrono = "0.4"
humantime-serde = "1.1"
syslog = "6.1"
prost = "0.12"
prost-types = "0.12"
signal-hook = "0.3"
handlebars = "4.5"
rand = "0.8"
anyhow = "1.0"
libloragw-2g4 = { path = "../libloragw-2g4" }
libconcentratord = { path = "../libconcentratord" }
chirpstack_api = { version = "4.6.0", default-features = false }
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"
clap = { version = "4.4", features = ["derive"] }
log = "0.4"
simple_logger = "4.2"
zmq = "0.10"
hex = "0.4"
lazy_static = "1.4"
chrono = "0.4"
humantime-serde = "1.1"
syslog = "6.1"
prost = "0.12"
prost-types = "0.12"
signal-hook = "0.3"
handlebars = "4.5"
rand = "0.8"
anyhow = "1.0"
56 changes: 28 additions & 28 deletions chirpstack-concentratord-sx1301/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
[package]
name = "chirpstack-concentratord-sx1301"
description="LoRa concentrator HAL daemon (sx1301)"
repository="https://github.com/chirpstack/chirpstack-concentratord/"
license="MIT"
version = "4.3.4"
authors = ["Orne Brocaar <[email protected]>"]
edition = "2021"
publish = false
name = "chirpstack-concentratord-sx1301"
description = "LoRa concentrator HAL daemon (sx1301)"
repository = "https://github.com/chirpstack/chirpstack-concentratord/"
license = "MIT"
version = "4.3.5"
authors = ["Orne Brocaar <[email protected]>"]
edition = "2021"
publish = false

[dependencies]
libloragw-sx1301 = {path = "../libloragw-sx1301"}
libconcentratord = {path = "../libconcentratord"}
chirpstack_api = { version = "4.6.0", default-features = false }
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"
clap = { version = "4.4", features = ["derive"] }
log = "0.4"
simple_logger = "4.2"
zmq = "0.10"
hex = "0.4"
lazy_static = "1.4"
chrono = "0.4"
humantime-serde = "1.1"
syslog = "6.1"
prost = "0.12"
prost-types = "0.12"
signal-hook = "0.3"
handlebars = "4.5"
rand = "0.8"
anyhow = "1.0"
libloragw-sx1301 = { path = "../libloragw-sx1301" }
libconcentratord = { path = "../libconcentratord" }
chirpstack_api = { version = "4.6.0", default-features = false }
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"
clap = { version = "4.4", features = ["derive"] }
log = "0.4"
simple_logger = "4.2"
zmq = "0.10"
hex = "0.4"
lazy_static = "1.4"
chrono = "0.4"
humantime-serde = "1.1"
syslog = "6.1"
prost = "0.12"
prost-types = "0.12"
signal-hook = "0.3"
handlebars = "4.5"
rand = "0.8"
anyhow = "1.0"
56 changes: 28 additions & 28 deletions chirpstack-concentratord-sx1302/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
[package]
name = "chirpstack-concentratord-sx1302"
description="LoRa concentrator HAL daemon for SX1302"
repository="https://github.com/chirpstack/chirpstack-concentratord/"
license="MIT"
version = "4.3.4"
authors = ["Orne Brocaar <[email protected]>"]
edition = "2021"
publish = false
name = "chirpstack-concentratord-sx1302"
description = "LoRa concentrator HAL daemon for SX1302"
repository = "https://github.com/chirpstack/chirpstack-concentratord/"
license = "MIT"
version = "4.3.5"
authors = ["Orne Brocaar <[email protected]>"]
edition = "2021"
publish = false

[dependencies]
libloragw-sx1302 = {path = "../libloragw-sx1302"}
libconcentratord = {path = "../libconcentratord"}
chirpstack_api = { version = "4.6.0", default-features = false }
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"
clap = { version = "4.4", features = ["derive"] }
log = "0.4"
simple_logger = "4.2"
zmq = "0.10"
hex = "0.4"
lazy_static = "1.4"
chrono = "0.4"
humantime-serde = "1.1"
syslog = "6.1"
prost = "0.12"
prost-types = "0.12"
signal-hook = "0.3"
handlebars = "4.5"
rand = "0.8"
anyhow = "1.0"
libloragw-sx1302 = { path = "../libloragw-sx1302" }
libconcentratord = { path = "../libconcentratord" }
chirpstack_api = { version = "4.6.0", default-features = false }
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"
clap = { version = "4.4", features = ["derive"] }
log = "0.4"
simple_logger = "4.2"
zmq = "0.10"
hex = "0.4"
lazy_static = "1.4"
chrono = "0.4"
humantime-serde = "1.1"
syslog = "6.1"
prost = "0.12"
prost-types = "0.12"
signal-hook = "0.3"
handlebars = "4.5"
rand = "0.8"
anyhow = "1.0"
22 changes: 11 additions & 11 deletions gateway-id/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "gateway-id"
repository="https://github.com/brocaar/chirpstack-concentratord/"
description="Print the Gateway ID"
license="MIT"
version = "4.3.4"
authors = ["Orne Brocaar <[email protected]>"]
edition = "2021"
publish = false
name = "gateway-id"
repository = "https://github.com/brocaar/chirpstack-concentratord/"
description = "Print the Gateway ID"
license = "MIT"
version = "4.3.5"
authors = ["Orne Brocaar <[email protected]>"]
edition = "2021"
publish = false

[dependencies]
zmq = "0.10"
clap = { version = "4.4", features = ["derive"] }
hex = "0.4"
zmq = "0.10"
clap = { version = "4.4", features = ["derive"] }
hex = "0.4"
28 changes: 14 additions & 14 deletions libconcentratord/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "libconcentratord"
version = "4.3.4"
authors = ["Orne Brocaar <@brocaar.com>"]
edition = "2021"
publish = false
name = "libconcentratord"
version = "4.3.5"
authors = ["Orne Brocaar <@brocaar.com>"]
edition = "2021"
publish = false

[dependencies]
log = "0.4"
zmq = "0.10"
lazy_static = "1.4"
chirpstack_api = { version = "4.6.0", default-features = false }
prost = "0.12"
prost-types = "0.12"
hex = "0.4"
gpio-cdev = "0.6"
anyhow = "1.0"
log = "0.4"
zmq = "0.10"
lazy_static = "1.4"
chirpstack_api = { version = "4.6.0", default-features = false }
prost = "0.12"
prost-types = "0.12"
hex = "0.4"
gpio-cdev = "0.6"
anyhow = "1.0"

0 comments on commit d716f2c

Please sign in to comment.