chore: bump version and update changelog
This commit is contained in:
parent
96aa83dbfc
commit
9a7fefc16c
3 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -2,6 +2,18 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.5.2] - 2023-01-14
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Switch to cloudflare fork that actually parses API responses
|
||||
|
||||
### Miscellaneous Tasks
|
||||
|
||||
- Improve error handling
|
||||
- Fix clippy lints
|
||||
- Bump version and update changelog
|
||||
|
||||
## [0.5.1] - 2023-01-01
|
||||
|
||||
### Bug Fixes
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -118,7 +118,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cloudflare-ddns-service"
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cloudflare",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "cloudflare-ddns-service"
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
|
||||
edition = "2018"
|
||||
description = "A daemon to use Cloudflare as a DDNS provider"
|
||||
|
|
Loading…
Reference in a new issue