Skip to content

Commit 146757c

Browse files
chore(release): bump version to 0.4.0
1 parent 13de30b commit 146757c

14 files changed

Lines changed: 59 additions & 687 deletions

.github/workflows/build-linux-clang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches: [main]
66
paths-ignore:
77
- "**/*.md"
8-
- "LICENSE.txt"
8+
- "LICENSE"
99
- ".gitignore"
1010
pull_request:
1111
branches: [main]
1212
paths-ignore:
1313
- "**/*.md"
14-
- "LICENSE.txt"
14+
- "LICENSE"
1515
- ".gitignore"
1616

1717
env:

.github/workflows/build-linux-gcc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches: [main]
66
paths-ignore:
77
- "**/*.md"
8-
- "LICENSE.txt"
8+
- "LICENSE"
99
- ".gitignore"
1010
pull_request:
1111
branches: [main]
1212
paths-ignore:
1313
- "**/*.md"
14-
- "LICENSE.txt"
14+
- "LICENSE"
1515
- ".gitignore"
1616

1717
env:

.github/workflows/build-windows-mingw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches: [main]
66
paths-ignore:
77
- "**/*.md"
8-
- "LICENSE.txt"
8+
- "LICENSE"
99
- ".gitignore"
1010
pull_request:
1111
branches: [main]
1212
paths-ignore:
1313
- "**/*.md"
14-
- "LICENSE.txt"
14+
- "LICENSE"
1515
- ".gitignore"
1616

1717
env:

.github/workflows/build-windows-msvc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches: [main]
66
paths-ignore:
77
- "**/*.md"
8-
- "LICENSE.txt"
8+
- "LICENSE"
99
- ".gitignore"
1010
pull_request:
1111
branches: [main]
1212
paths-ignore:
1313
- "**/*.md"
14-
- "LICENSE.txt"
14+
- "LICENSE"
1515
- ".gitignore"
1616

1717
env:

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches: [main]
66
paths-ignore:
77
- "**/*.md"
8-
- "LICENSE.txt"
8+
- "LICENSE"
99
- ".gitignore"
1010
pull_request:
1111
branches: [main]
1212
paths-ignore:
1313
- "**/*.md"
14-
- "LICENSE.txt"
14+
- "LICENSE"
1515
- ".gitignore"
1616
schedule:
1717
- cron: "0 0 * * 1" # Weekly on Mondays at midnight UTC

0 commit comments

Comments
 (0)