Skip to content

Commit 8525d36

Browse files
authored
Merge pull request #13 from rok4/develop
Release 5.0.0
2 parents aeea5fb + 5daeb4b commit 8525d36

17 files changed

Lines changed: 1684 additions & 1295 deletions

.github/labeler.yml

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,31 @@
11
ci-cd:
2-
- .github/**/*
2+
- changed-files:
3+
- any-glob-to-any-file:
4+
- .github/**
35

46
dependencies:
5-
- cmake/**/*
7+
- changed-files:
8+
- any-glob-to-any-file:
9+
- cmake/**
610

711
documentation:
8-
- docs/**/*
12+
- changed-files:
13+
- any-glob-to-any-file:
14+
- docs/**
915

1016
enhancement:
11-
- src/**/*
17+
- changed-files:
18+
- any-glob-to-any-file:
19+
- src/**
1220

1321
quality:
14-
- tests/**/*
22+
- changed-files:
23+
- any-glob-to-any-file:
24+
- tests/**
1525

1626
tooling:
17-
- CMakeLists.txt
18-
- config.h.in
19-
- '**/CMakeLists.txt'
27+
- changed-files:
28+
- any-glob-to-any-file:
29+
- CMakeLists.txt
30+
- config.h.in
31+
- '**/CMakeLists.txt'

.github/workflows/build-and-release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
fail-fast: true
4040
matrix:
4141
include:
42-
- os: ubuntu-20.04
4342
- os: ubuntu-22.04
4443

4544
runs-on: ${{ matrix.os }}
@@ -76,7 +75,7 @@ jobs:
7675
release-tag: ${{ github.ref_name }}
7776

7877
- name: Build documentation
79-
if: "matrix.os == 'ubuntu-20.04'"
78+
if: "matrix.os == 'ubuntu-22.04'"
8079
run: |
8180
cd build
8281
make doc
@@ -105,7 +104,7 @@ jobs:
105104
run: pip install -r docs/requirements.txt
106105

107106
- name: Publish documentation
108-
if: "matrix.os == 'ubuntu-20.04'"
107+
if: "matrix.os == 'ubuntu-22.04'"
109108
run: |
110109
git config user.name github-actions
111110
git config user.email github-actions@github.com

.github/workflows/pr-auto-labeler.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@ name: "🏷 PR Labeler"
22
on:
33
- pull_request
44

5-
permissions:
6-
contents: read
7-
pull-requests: write
8-
95
jobs:
10-
triage:
6+
labeler:
7+
permissions:
8+
contents: read
9+
pull-requests: write
1110
runs-on: ubuntu-latest
1211
steps:
13-
- uses: actions/labeler@v5
14-
with:
15-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
12+
- uses: actions/labeler@v5

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 5.0.0
2+
3+
### [Changed]
4+
5+
* Le format des canaux contient la taille en bits
6+
* Passage en snake case
7+
8+
### [Fixed]
9+
10+
* Correction de l'utilisation d'un style "identité"
11+
12+
### [Removed]
13+
14+
* Suppression de l'option crop dans work2cache
15+
116
## 4.2.0
217

318
### [Added]

0 commit comments

Comments
 (0)