Skip to content

Commit

Permalink
grout: release v0.3
Browse files Browse the repository at this point in the history
Author               Commits  Changed Files  Insertions  Deletions
Robin Jarry              100            505       +4628     -14188
Christophe Fontaine       36            128       +2362       -104
David Marchand             3              6         +16        -22
Julien Meunier             2              3         +10         -4
Vincent Jardin             2              5         +32        -15
Olivier Gournet            1              2         +25         -2

Reviewer/Tester      Commits
David Marchand            41
Christophe Fontaine       37
Robin Jarry                9

Signed-off-by: Robin Jarry <[email protected]>
  • Loading branch information
rjarry committed Jan 8, 2025
1 parent ea21ecc commit 3381a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(
'grout',
'c',
version: run_command(
'sh', '-c', 'git describe --long --abbrev=8 --dirty 2>/dev/null || echo v0.2',
'sh', '-c', 'git describe --long --abbrev=8 --dirty 2>/dev/null || echo v0.3',
check: false,
capture: true,
).stdout().strip(),
Expand Down

0 comments on commit 3381a9c

Please sign in to comment.