Skip to content

Commit 9d942ca

Browse files
author
commitizen-github-action[bot]
committed
bump: version 0.3.1 → 0.3.2
1 parent 69b7926 commit 9d942ca

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
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.2 (2023-03-31)
7+
8+
### Fix
9+
10+
- **util**: Don't call toString() on Error
11+
612
## 0.3.1 (2023-03-28)
713

814
### Refactor

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].1
57+
uses: ScribeMD/[email protected].2
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.1",
3+
"version": "0.3.2",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool]
66
[tool.commitizen]
7-
version = "0.3.1"
7+
version = "0.3.2"
88
version_files = [
99
"package.json:version",
1010
"pyproject.toml:version",
@@ -14,7 +14,7 @@ build-backend = "poetry.core.masonry.api"
1414

1515
[tool.poetry]
1616
name = "docker-cache"
17-
version = "0.3.1"
17+
version = "0.3.2"
1818
description = "Cache Docker Images Whether Built or Pulled"
1919
authors = ["Kurt von Laven <[email protected]>"]
2020
license = "MIT"

0 commit comments

Comments
 (0)