Skip to content

Commit fb28c93

Browse files
author
commitizen-github-action[bot]
committed
bump: version 0.4.0 → 0.5.0
1 parent 890a6fb commit fb28c93

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This changelog is auto-generated by the Python-based
44
[Commitizen](https://commitizen-tools.github.io/commitizen).
55

6+
## 0.5.0 (2024-03-27)
7+
8+
### Feat
9+
10+
- **docker**: Support dangling Docker images
11+
612
## 0.4.0 (2024-03-13)
713

814
### Feat

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ performs Docker layer caching for built images but does not cache pulled images.
5353

5454
```yaml
5555
- name: Cache Docker images.
56-
uses: ScribeMD/docker-cache@0.4.0
56+
uses: ScribeMD/docker-cache@0.5.0
5757
with:
5858
key: docker-${{ runner.os }}-${{ hashFiles(paths) }}
5959
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docker-cache",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Cache Docker Images Whether Built or Pulled",
55
"homepage": "https://github.com/ScribeMD/docker-cache#readme",
66
"main": "dist/main/index.js",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build-backend = "poetry.core.masonry.api"
1414
[tool.poetry]
1515
package-mode = false
1616
name = "docker-cache"
17-
version = "0.4.0"
17+
version = "0.5.0"
1818
description = "Cache Docker Images Whether Built or Pulled"
1919
authors = ["Kurt von Laven <kurt.von.laven@gmail.com>"]
2020
license = "MIT"

0 commit comments

Comments
 (0)