Skip to content

Commit

Permalink
revise: promotes the v1::types::responses::service module to public
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Sep 21, 2024
1 parent 17b9954 commit ba4e7e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Changed

- Promotes the `v1::types::responses::service` module to public.

## 0.2.0 - 08-08-2024

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/v1/types/responses.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Responses from a service.
mod service;
pub mod service;
pub mod task;

use serde::Deserialize;
Expand Down

0 comments on commit ba4e7e5

Please sign in to comment.