diff --git a/CHANGELOG.md b/CHANGELOG.md index d51c76f..dab2f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,23 @@ All notable changes to this project will be documented in this file. +## [0.5.9] - 2024-07-22 + +### ⚙️ Miscellaneous Tasks + +- Update README.md +- Auto bump README docker img version + ## [0.5.8] - 2024-07-19 ### 🐛 Bug Fixes - Serialization of GET /oca-bundles response to include bundle version +### ⚙️ Miscellaneous Tasks + +- Release 0.5.8 version + ## [0.5.7] - 2024-07-19 ### ⚙️ Miscellaneous Tasks diff --git a/Cargo.lock b/Cargo.lock index 99282aa..c1f34d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1704,7 +1704,7 @@ dependencies = [ [[package]] name = "oca-repository" -version = "0.5.8" +version = "0.5.9" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 5aed364..c298547 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oca-repository" -version = "0.5.8" +version = "0.5.9" edition = "2021" license = "EUPL-1.2" resolver = "2" diff --git a/README.md b/README.md index ec7da6f..5b75033 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 1. Pull the Docker image for OCA Repository ``` -docker pull ghcr.io/thclab/oca-repository:latest +docker pull ghcr.io/thclab/oca-repository:0.5.9 ``` 2. Run an instance of OCA Repository @@ -16,7 +16,7 @@ docker run --rm -p 8000:8000 -v $PWD/config/config.yml:/app/config/config.yml:ro - humancolossus/oca-repository:latest + humancolossus/oca-repository:0.5.9 ``` ## Usage