Skip to content

Commit

Permalink
bump: version 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
commitizen-github-action[bot] committed Jul 23, 2022
1 parent c216b75 commit 8b3508c
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.2.1 (2022-07-23)

### Refactor

- **action**: Move constants util -> docker

## 0.2.0 (2022-07-20)

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

```yaml
- name: Cache Docker images.
uses: ScribeMD/[email protected].0
uses: ScribeMD/[email protected].1
with:
key: docker-${{ runner.os }}-${{ hashFiles(...) }}
```
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.2.0",
"version": "0.2.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.2.0"
version = "0.2.1"
version_files = [
"package.json:version",
"pyproject.toml:version",
Expand All @@ -13,7 +13,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "docker-cache"
version = "0.2.0"
version = "0.2.1"
description = "Cache Docker Images Whether Built or Pulled"
authors = ["Kurt von Laven <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 8b3508c

Please sign in to comment.