Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.1](https://github.com/tarka/zone-update/compare/v0.11.0...v0.11.1) - 2026-01-17

### <!-- 3 -->Documentation

- Minor providers update.

### Other

- Fix README AI section.
- Use &str more consistently
- Minor cleanups.

## [0.11.0](https://github.com/tarka/zone-update/compare/v0.10.1...v0.11.0) - 2026-01-16

* Add support for Bunny
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zone-update"
version = "0.11.0"
version = "0.11.1"
description = "A library of CRUD-like operations on DNS zones for multiple providers"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/tarka/zone-update"
Expand Down