Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipet committed Jan 16, 2025
1 parent e6dd3b6 commit b8ebe61
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,11 @@ _Nothing yet_

- Implemented GET of the `/ingredient` resource.
- Included configuration files and Github workflows to generate a Docker image of the service.

## [0.8.0] - 2025-01-16

### Added

- Modified the style sheet of the API docs page.
- Improved the project's documentation.
- The service accepts a configuration parameter to change the deployment path of the resources.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lacoctelera"
version = "0.7.0"
version = "0.8.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit b8ebe61

Please sign in to comment.