We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916d082 commit 2004d51Copy full SHA for 2004d51
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "pycpio"
7
-version = "1.4.2"
+version = "1.5.0"
8
9
authors = [
10
{ name="Desultory", email="[email protected]" },
readme.md
@@ -8,7 +8,7 @@ A library for creating CPIO files in Python.
Currently, the library only supports the New ASCII format.
11
-xz compression and zstd compression types are suppored.
+xz and zstd compression types are currently suppored.
12
13
This library is primary designed for use in [ugrd](https://github.com/desultory/ugrd) to create CPIO archives for use in initramfs.
14
0 commit comments