Skip to content

Commit

Permalink
Release v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tmatilai committed Sep 21, 2024
1 parent fe194e7 commit 4a0ce27
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.3 / _Not released yet_
# 1.3.3 / 2024-09-21

- Update the dependencies

# 1.3.2 / 2023-10-29

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.3-dev"
version = "1.3.3"
authors = ["Teemu Matilainen <teemu.matilainen@iki.fi>"]
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.2 \
ghcr.io/tmatilai/ruuvi2mqtt:v1.3.3 \
--log-level=DEBUG
```

0 comments on commit 4a0ce27

Please sign in to comment.