Skip to content

Commit 0feaa1b

Browse files
committed
Bump up version (0.0.3)
1 parent bc8d8fd commit 0feaa1b

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- main
77
paths:
88
- Dockerfile
9+
tags:
10+
- v*
911
workflow_dispatch:
1012
inputs:
1113
ref:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Prefix your message with one of the following:
1111
- [Security] in case of vulnerabilities.
1212
-->
1313

14+
## v0.0.3
15+
16+
- [Changed] Do not expand path when creating project/episode.
17+
1418
## v0.0.2
1519

1620
- [Added] Add file copy callout style, to copy files to the final output path.

DOCUMENTATION.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Or add to your Gemfile:
3636
gem "screenkit"
3737
```
3838

39-
Using Docker:
39+
### Docker
4040

4141
```bash
4242
docker run --shm-size=2g -v $PWD:/source --rm -it docker.io/fnando/screenkit
@@ -45,6 +45,8 @@ docker run --shm-size=2g -v $PWD:/source --rm -it docker.io/fnando/screenkit
4545
Notice that Chrome requires a lot of memory, so you need `--shm-size=2g` (or
4646
more).
4747

48+
To create a new project:
49+
4850
---
4951

5052
## Quick Start

lib/screenkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ScreenKit
4-
VERSION = "0.0.2"
4+
VERSION = "0.0.3"
55
end

0 commit comments

Comments
 (0)