Skip to content

Commit cfaf1eb

Browse files
chore(release): bump version to 0.7.0
1 parent 496bb9a commit cfaf1eb

16 files changed

Lines changed: 84 additions & 688 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)