Merging upstream version 3.2.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e51de0eb34
commit
dc43e42430
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
3.2.2 - 2023-04-03
|
||||
==================
|
||||
|
||||
### Fixes
|
||||
- Fix support for swift >= 5.8.
|
||||
- #2836 PR by @edelabar.
|
||||
- #2835 issue by @kgrobelny-intive.
|
||||
|
||||
3.2.1 - 2023-03-25
|
||||
==================
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ def install_environment(
|
|||
os.mkdir(envdir)
|
||||
cmd_output_b(
|
||||
'swift', 'build',
|
||||
'-C', prefix.prefix_dir,
|
||||
'--package-path', prefix.prefix_dir,
|
||||
'-c', BUILD_CONFIG,
|
||||
'--build-path', os.path.join(envdir, BUILD_DIR),
|
||||
)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = pre_commit
|
||||
version = 3.2.1
|
||||
version = 3.2.2
|
||||
description = A framework for managing and maintaining multi-language pre-commit hooks.
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
|
|
Loading…
Add table
Reference in a new issue