Skip to content

Commit

Permalink
chore: release 0.5.10 version
Browse files Browse the repository at this point in the history
  • Loading branch information
olichwiruk committed Aug 20, 2024
1 parent 6cf60a9 commit 50477e4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@

All notable changes to this project will be documented in this file.

## [0.5.10] - 2024-08-20

### ⚙️ Miscellaneous Tasks

- Update said package to 0.4.1 and oca-rs package to 0.5.4
- Fix release.toml

## [0.5.9] - 2024-07-22

### ⚙️ Miscellaneous Tasks

- Update README.md
- Auto bump README docker img version
- Release 0.5.9 version

## [0.5.8] - 2024-07-19

Expand Down
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 = "oca-repository"
version = "0.5.9"
version = "0.5.10"
edition = "2021"
license = "EUPL-1.2"
resolver = "2"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
1. Pull the Docker image for OCA Repository

```
docker pull ghcr.io/thclab/oca-repository:0.5.9
docker pull ghcr.io/thclab/oca-repository:0.5.10
```

2. Run an instance of OCA Repository
Expand All @@ -16,7 +16,7 @@ docker run
--rm
-p 8000:8000
-v $PWD/config/config.yml:/app/config/config.yml:ro
humancolossus/oca-repository:0.5.9
humancolossus/oca-repository:0.5.10
```

## Usage
Expand Down

0 comments on commit 50477e4

Please sign in to comment.