Skip to content

Commit

Permalink
bump: version 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
commitizen-github-action[bot] committed Mar 28, 2023
1 parent 7f9f984 commit 4c3e4d9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.3.1 (2023-03-28)

### Refactor

- **util**: Eliminate side-effects on import

## 0.3.0 (2023-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 @@ -54,7 +54,7 @@ performs Docker layer caching for built images but does not cache pulled images.

```yaml
- name: Cache Docker images.
uses: ScribeMD/docker-cache@0.3.0
uses: ScribeMD/docker-cache@0.3.1
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.3.0",
"version": "0.3.1",
"description": "Cache Docker Images Whether Built or Pulled",
"homepage": "https://github.com/ScribeMD/docker-cache#readme",
"main": "dist/main/index.js",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool]
[tool.commitizen]
version = "0.3.0"
version = "0.3.1"
version_files = [
"package.json:version",
"pyproject.toml:version",
Expand All @@ -14,7 +14,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "docker-cache"
version = "0.3.0"
version = "0.3.1"
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 4c3e4d9

Please sign in to comment.