Skip to content

Commit

Permalink
Release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmatilai committed Oct 29, 2023
1 parent dccbb19 commit a9a2c27
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 1.3.2 / _Not released yet_
# 1.3.2 / 2023-10-29

- Update the dependencies

# 1.3.1 / 2023-03-13

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ruuvi2mqtt"
version = "1.3.2-dev"
version = "1.3.2"
authors = ["Teemu Matilainen <[email protected]>"]
license = "MIT"
homepage = "https://github.com/tmatilai/ruuvi2mqtt"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ Example command to run in a Docker container:
docker run --name ruuvi2mqtt --rm \
-v /run/dbus/system_bus_socket:/run/dbus/system_bus_socket \
-v "$PWD/ruuvi2mqtt.yaml:/ruuvi2mqtt.yaml" \
ghcr.io/tmatilai/ruuvi2mqtt:v1.3.1 \
ghcr.io/tmatilai/ruuvi2mqtt:v1.3.2 \
--log-level=DEBUG
```

0 comments on commit a9a2c27

Please sign in to comment.