Skip to content

Commit fcc34b2

Browse files
author
commitizen-github-action[bot]
committed
bump: version 0.3.3 → 0.3.4
1 parent b6f94da commit fcc34b2

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.3.4 (2023-07-29)
7+
8+
### Fix
9+
10+
- **semver**: Bump v7.5.1 to v7.5.4
11+
612
## 0.3.3 (2023-04-11)
713

814
### Fix

README.md

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

5555
```yaml
5656
- name: Cache Docker images.
57-
uses: ScribeMD/[email protected].3
57+
uses: ScribeMD/[email protected].4
5858
with:
5959
key: docker-${{ runner.os }}-${{ hashFiles(paths) }}
6060
```

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.3.3",
3+
"version": "0.3.4",
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
@@ -13,7 +13,7 @@ build-backend = "poetry.core.masonry.api"
1313

1414
[tool.poetry]
1515
name = "docker-cache"
16-
version = "0.3.3"
16+
version = "0.3.4"
1717
description = "Cache Docker Images Whether Built or Pulled"
1818
authors = ["Kurt von Laven <[email protected]>"]
1919
license = "MIT"

0 commit comments

Comments
 (0)