Skip to content

Commit d29297e

Browse files
committed
chore: bump dependencies
update doc fix: typo in makefile fix version
1 parent 8f431a2 commit d29297e

File tree

4 files changed

+38
-38
lines changed

4 files changed

+38
-38
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "maedic"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2024"
55

66

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test: ## Run all tests
1010

1111
.PHONY: doc
1212
doc: ## Build and open docs
13-
cargo docs --open
13+
cargo doc --open
1414

1515
.PHONY: docker
1616
docker: ## Build docker image

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Tests](https://img.shields.io/github/actions/workflow/status/JayJayArr/maedic/ci.yml)
44

5-
Service to monitor a PW-installation for its health.
5+
Service to monitor a PW-installation for its health. Latest tested version : `6.5.2`
66

77
Currently featuring the following PW specific checks:
88

@@ -14,7 +14,7 @@ Currently featuring the following PW specific checks:
1414
The following endpoints are available:
1515

1616
- `/v1/health` for the health of PW
17-
- `/v1/self` for checking the health of maedic itself, also checks the database connection
17+
- `/v1/self` for checking the health of `maedic` itself, also checks the database connection
1818
- `/v1/config` to check the configured limits and options
1919

2020
There are multiple options to install:

0 commit comments

Comments
 (0)