Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd39d11

Browse files
committed
🔖 Release version 0.4.0
1 parent 3669ab1 commit dd39d11

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM tiangolo/latest-changes:0.3.2
1+
FROM tiangolo/latest-changes:0.4.0

‎README.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v4
34-
- uses: tiangolo/latest-changes@0.3.2
34+
- uses: tiangolo/latest-changes@0.4.0
3535
with:
3636
token: ${{ secrets.GITHUB_TOKEN }}
3737
```
@@ -165,7 +165,7 @@ jobs:
165165
runs-on: ubuntu-latest
166166
steps:
167167
- uses: actions/checkout@v2
168-
- uses: tiangolo/latest-changes@0.3.2
168+
- uses: tiangolo/latest-changes@0.4.0
169169
with:
170170
token: ${{ secrets.GITHUB_TOKEN }}
171171
latest_changes_file: docs/release-notes.md
@@ -278,7 +278,7 @@ jobs:
278278
- uses: actions/checkout@v4
279279
with:
280280
token: ${{ secrets.ACTIONS_TOKEN }}
281-
- uses: tiangolo/latest-changes@0.3.2
281+
- uses: tiangolo/latest-changes@0.4.0
282282
with:
283283
token: ${{ secrets.GITHUB_TOKEN }}
284284
```
@@ -302,6 +302,8 @@ So, the commits will still be shown as made by `github-actions`.
302302

303303
### Latest Changes - Latest Changes 🤷
304304

305+
### 0.4.0
306+
305307
#### Features
306308

307309
* ✨ Add new default `infra` label. PR [#79](https://github.com/tiangolo/latest-changes/pull/79) by [@tiangolo](https://github.com/tiangolo).

0 commit comments

Comments
 (0)