Skip to content

Commit

Permalink
bump: version 0.4.0 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
commitizen-github-action[bot] committed Mar 27, 2024
1 parent 890a6fb commit fb28c93
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This changelog is auto-generated by the Python-based
[Commitizen](https://commitizen-tools.github.io/commitizen).

## 0.5.0 (2024-03-27)

### Feat

- **docker**: Support dangling Docker images

## 0.4.0 (2024-03-13)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ performs Docker layer caching for built images but does not cache pulled images.

```yaml
- name: Cache Docker images.
uses: ScribeMD/docker-cache@0.4.0
uses: ScribeMD/docker-cache@0.5.0
with:
key: docker-${{ runner.os }}-${{ hashFiles(paths) }}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-cache",
"version": "0.4.0",
"version": "0.5.0",
"description": "Cache Docker Images Whether Built or Pulled",
"homepage": "https://github.com/ScribeMD/docker-cache#readme",
"main": "dist/main/index.js",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
package-mode = false
name = "docker-cache"
version = "0.4.0"
version = "0.5.0"
description = "Cache Docker Images Whether Built or Pulled"
authors = ["Kurt von Laven <kurt.von.laven@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit fb28c93

Please sign in to comment.