Skip to content

Commit

Permalink
fix CHANGELOG lints
Browse files Browse the repository at this point in the history
  • Loading branch information
davepmiller committed Dec 16, 2023
1 parent 6c075f2 commit a35cebc
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
# Changelog

### V0.3.2 (2023-12-15)
## v0.3.2 - 2023-12-15

- [added] `zone delete --name <DOMAIN>`
- [added] `dns import --file <PATH> --name <DOMAIN>`
- [added] link for feature requests
- [Added] `zone delete --name <DOMAIN>`
- [Added] `dns import --file <PATH> --name <DOMAIN>`
- [Added] link for feature requests

### V0.3.1 (2023-12-15)
## v0.3.1 - 2023-12-15

- [fixed] `zone dns export` output
- [Fixed] `zone dns export` output
The output needed to be usable by `zone dns import`

### V0.3.0 (2023-12-15)
## v0.3.0 - 2023-12-15

- [fixed] fixed Cargo.toml -> package -> repository
- [changed] migrated CI rust toolchain -> `dtolnay/rust-toolchain`
- [Fixed] fixed Cargo.toml -> package -> repository
- [Changed] migrated CI rust toolchain -> `dtolnay/rust-toolchain`
This action is current, no more deprecation warnings!
- [changed] updated CI git checkout action `actions/checkout@v4`
- [Changed] updated CI git checkout action `actions/checkout@v4`

### V0.2.0 (2023-12-14)
## v0.2.0 - 2023-12-14

- [added] `zone dns export`
- [changed] Remove tokio async, use reqwest::blocking
- [Added] `zone dns export`
- [Changed] Remove tokio async, use reqwest::blocking
This was the only way I could figure out mocking for tests.
- [added] Added `CODE_OF_CONDUCT.md`
- [added] Added `CONTRIBUTING.md`
- [Added] Added `CODE_OF_CONDUCT.md`
- [Added] Added `CONTRIBUTING.md`

### V0.1.5 (2023-12-13)
## v0.1.5 - 2023-12-13

- [changed] Changed parameter names for `zones dns list` to be more explicit. `id` to `zone_id`, `name` to `zone_name`.
- [added] Added short parameters for `zones dns list`. `z` and `i`
- [added] Added `CHANGELOG.md`
- [fixed] Fixed bug where `zones` get requests were returning the default `20` for `per_page`.
- [Changed] Changed parameter names for `zones dns list` to be more explicit. `id` to `zone_id`, `name` to `zone_name`
- [Added] Added short parameters for `zones dns list`. `z` and `i`
- [Added] Added `CHANGELOG.md`
- [Fixed] Fixed bug where `zones` get requests were returning the default `20` for `per_page`
Bumped this to a hard-coded `per_page=100`, for now. Added todo to `README` to parameterize.
- [changed] Moved `dns` out to top level. `zone dns` becomes just `dns`.
- [removed] Removed inconsistent types from `response.rs` in preference of `serde_json::Value`.
- [Changed] Moved `dns` out to top level, `zone dns` becomes just `dns`
- [Removed] Removed inconsistent types from `response.rs` in preference of `serde_json::Value`

0 comments on commit a35cebc

Please sign in to comment.