diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d7a673f..beea3f73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dba3199a..744ae92d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ +## [0.3.1](https://github.com/BradenM/pydngconverter/compare/v0.3.0...v0.3.1) (2024-01-03) + + +### Bug Fixes + +* **deps:** Update dependency psutil to v5.9.5 ([2f44658](https://github.com/BradenM/pydngconverter/commit/2f44658f3b31e0beb8a22678cd59f34af240468d)) +* **deps:** Update dependency psutil to v5.9.6 ([e027ce9](https://github.com/BradenM/pydngconverter/commit/e027ce99ef40cdbb752616967c7867e640d64f8c)) +* **deps:** Update dependency psutil to v5.9.7 ([351aa69](https://github.com/BradenM/pydngconverter/commit/351aa699c2fea3f55782a2210f9e3d0dad3862e6)) +* **deps:** Update dependency rich to v13.3.2 ([bc308b1](https://github.com/BradenM/pydngconverter/commit/bc308b1d328a0a5fea888d1471df7eab1fcc500c)) +* **deps:** Update dependency rich to v13.3.3 ([60a04ad](https://github.com/BradenM/pydngconverter/commit/60a04ad8bb52782209a786dc3d960b8363f634b5)) +* **deps:** Update dependency rich to v13.3.4 ([87eecf5](https://github.com/BradenM/pydngconverter/commit/87eecf54de2d5915a55cca0798746970efe7e8c6)) +* **deps:** Update dependency rich to v13.3.5 ([83e9172](https://github.com/BradenM/pydngconverter/commit/83e9172f9ceb4ee426ca6fccd9079c0062338684)) +* **deps:** Update dependency rich to v13.4.1 ([285755f](https://github.com/BradenM/pydngconverter/commit/285755f3b102db46f69b9fb49113bde20374cb12)) +* **deps:** Update dependency rich to v13.4.2 ([6396057](https://github.com/BradenM/pydngconverter/commit/6396057549d3cf6a0c8d3e45b6fa0920c8ef134a)) +* **deps:** Update dependency rich to v13.5.0 ([889e5ff](https://github.com/BradenM/pydngconverter/commit/889e5ff713f4fe91f3be02d63a6c071b0c68264a)) +* **deps:** Update dependency rich to v13.5.1 ([0a9d0c9](https://github.com/BradenM/pydngconverter/commit/0a9d0c917e1dfcaf325b08c625d89c64ede1684f)) +* **deps:** Update dependency rich to v13.5.2 ([36538a7](https://github.com/BradenM/pydngconverter/commit/36538a71753a11140d3b5446df2302121242aa79)) +* **deps:** Update dependency rich to v13.5.3 ([713d55c](https://github.com/BradenM/pydngconverter/commit/713d55cf94886e22778e437e9cfbca082b53142b)) +* **deps:** Update dependency rich to v13.6.0 ([60a3bcf](https://github.com/BradenM/pydngconverter/commit/60a3bcf486ccd375b18aacfe810ce3152fd8219f)) +* **deps:** Update dependency rich to v13.7.0 ([ae872f0](https://github.com/BradenM/pydngconverter/commit/ae872f0aa498a23aa6c167cfdd2b168177a31334)) +* **deps:** Update dependency typing-extensions to v4.6.0 ([9c62d8e](https://github.com/BradenM/pydngconverter/commit/9c62d8e0897867897287d799194c8fbd1b134a2b)) +* **deps:** Update dependency typing-extensions to v4.6.1 ([49b75e2](https://github.com/BradenM/pydngconverter/commit/49b75e2721578c961551ee1bf9c2c54b68ae908a)) +* **deps:** Update dependency typing-extensions to v4.6.2 ([aefcd13](https://github.com/BradenM/pydngconverter/commit/aefcd139bf2654303e85af9bdcb94a1c72b7eebd)) +* **deps:** Update dependency typing-extensions to v4.6.3 ([df9fe7d](https://github.com/BradenM/pydngconverter/commit/df9fe7da4e5160e5a96cb698609c9f25554d31f0)) +* **deps:** Update dependency typing-extensions to v4.7.0 ([741f5d7](https://github.com/BradenM/pydngconverter/commit/741f5d747a24e120a15dd8faffe7bcb40b6850de)) +* **deps:** Update dependency typing-extensions to v4.7.1 ([bb20132](https://github.com/BradenM/pydngconverter/commit/bb20132ef3753b96953357658076326eaae63f34)) +* **deps:** Update dependency typing-extensions to v4.8.0 ([1cf2652](https://github.com/BradenM/pydngconverter/commit/1cf26529621b96492e66c08bda62b013249ecfde)) +* **deps:** Update dependency typing-extensions to v4.9.0 ([d65e954](https://github.com/BradenM/pydngconverter/commit/d65e954e21cbe0ed255aa5f7cd79bfa22cd41e52)) +* **deps:** Update dependency wand to v0.6.12 ([e246d56](https://github.com/BradenM/pydngconverter/commit/e246d5613b37d0c89399b2bb58f21621042b181f)) +* **deps:** Update dependency wand to v0.6.13 ([d7f19ad](https://github.com/BradenM/pydngconverter/commit/d7f19ad81226ccdceabca44ef6b209b6c0237f67)) + ## [0.3.0](https://github.com/BradenM/pydngconverter/compare/v0.2.0...v0.3.0) (2023-03-04) diff --git a/poetry.lock b/poetry.lock index 81f386c9..e3115968 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1037,29 +1037,29 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "ruff" -version = "0.1.10" +version = "0.1.11" description = "An extremely fast Python linter and code formatter, written in Rust." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "ruff-0.1.10-py3-none-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:ee49ed7f7fc9daeb0e10bca3e9801efdda60bbf425f7856f2ac2f7207168d569"}, - {file = "ruff-0.1.10-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:c0ccbbb363aaf4e8cbdee1f928f0fdaed0ccac2a4f2e472bb7af17f071480437"}, - {file = "ruff-0.1.10-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:71994cf0b98856f956ff9fbf32e06e642e3de91ce324504b7a5bd381e1944efa"}, - {file = "ruff-0.1.10-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:61609eacb860ae3c2fe603c85c0cbbf2f5f5da5865271441fd672cba5d995880"}, - {file = "ruff-0.1.10-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f786571ac9d2f3db0393ee453d5d586de4ee5e911c53c7514032c45fd5e50d1d"}, - {file = "ruff-0.1.10-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:0820929df7f0a1ace749ebaedc412659f558bc31fa0f187e48a2d566535477e0"}, - {file = "ruff-0.1.10-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ab13793b9c423873e72de99d985780cd9dbe91e9cf742b3c40b40c3470bcf4b7"}, - {file = "ruff-0.1.10-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8d8e685efed68405cc0b07d789abd5b02a7ccbf6f1998a3a55655aeaeb0f9cf4"}, - {file = "ruff-0.1.10-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0562f9846b8330ef99b07127b9223943d12135b143f1695659bbaa6b8ad2180c"}, - {file = "ruff-0.1.10-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:94fc0f7a95558d3306df745648d64b27807a0fc2032893a8d87d52ce3954bf0b"}, - {file = "ruff-0.1.10-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:d440ad091cd43b9b8adfb3802844b4691b5c9c3a29febfc17e7b779105ccdd91"}, - {file = "ruff-0.1.10-py3-none-musllinux_1_2_i686.whl", hash = "sha256:ccc60939eee82a698eed442f7b4d59c7f0702ee240e3d6c67c4f434c96329585"}, - {file = "ruff-0.1.10-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:97b1896b6c33f9abb8284bebc92d117a3db98cb4f939e18ae6ead1fc126f213a"}, - {file = "ruff-0.1.10-py3-none-win32.whl", hash = "sha256:7c3bdea51a4e778f37c40fec4a92a442e928b3126314617ccdc6a69dc48c8e46"}, - {file = "ruff-0.1.10-py3-none-win_amd64.whl", hash = "sha256:0db9995e8973f964ca5d2199775e81b05cc5d78b957d30866b715fc4318ff0df"}, - {file = "ruff-0.1.10-py3-none-win_arm64.whl", hash = "sha256:6671c90894e9ba2c85372557a588baa44f1abe9ffc95791c0c3071cb904dab43"}, - {file = "ruff-0.1.10.tar.gz", hash = "sha256:2d74594bbdc4abe6b523e1998183dcdea17e0d3f22082abde8074a8c9b1a94d9"}, + {file = "ruff-0.1.11-py3-none-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:a7f772696b4cdc0a3b2e527fc3c7ccc41cdcb98f5c80fdd4f2b8c50eb1458196"}, + {file = "ruff-0.1.11-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:934832f6ed9b34a7d5feea58972635c2039c7a3b434fe5ba2ce015064cb6e955"}, + {file = "ruff-0.1.11-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ea0d3e950e394c4b332bcdd112aa566010a9f9c95814844a7468325290aabfd9"}, + {file = "ruff-0.1.11-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9bd4025b9c5b429a48280785a2b71d479798a69f5c2919e7d274c5f4b32c3607"}, + {file = "ruff-0.1.11-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e1ad00662305dcb1e987f5ec214d31f7d6a062cae3e74c1cbccef15afd96611d"}, + {file = "ruff-0.1.11-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:4b077ce83f47dd6bea1991af08b140e8b8339f0ba8cb9b7a484c30ebab18a23f"}, + {file = "ruff-0.1.11-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c4a88efecec23c37b11076fe676e15c6cdb1271a38f2b415e381e87fe4517f18"}, + {file = "ruff-0.1.11-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5b25093dad3b055667730a9b491129c42d45e11cdb7043b702e97125bcec48a1"}, + {file = "ruff-0.1.11-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:231d8fb11b2cc7c0366a326a66dafc6ad449d7fcdbc268497ee47e1334f66f77"}, + {file = "ruff-0.1.11-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:09c415716884950080921dd6237767e52e227e397e2008e2bed410117679975b"}, + {file = "ruff-0.1.11-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:0f58948c6d212a6b8d41cd59e349751018797ce1727f961c2fa755ad6208ba45"}, + {file = "ruff-0.1.11-py3-none-musllinux_1_2_i686.whl", hash = "sha256:190a566c8f766c37074d99640cd9ca3da11d8deae2deae7c9505e68a4a30f740"}, + {file = "ruff-0.1.11-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:6464289bd67b2344d2a5d9158d5eb81025258f169e69a46b741b396ffb0cda95"}, + {file = "ruff-0.1.11-py3-none-win32.whl", hash = "sha256:9b8f397902f92bc2e70fb6bebfa2139008dc72ae5177e66c383fa5426cb0bf2c"}, + {file = "ruff-0.1.11-py3-none-win_amd64.whl", hash = "sha256:eb85ee287b11f901037a6683b2374bb0ec82928c5cbc984f575d0437979c521a"}, + {file = "ruff-0.1.11-py3-none-win_arm64.whl", hash = "sha256:97ce4d752f964ba559c7023a86e5f8e97f026d511e48013987623915431c7ea9"}, + {file = "ruff-0.1.11.tar.gz", hash = "sha256:f9d4d88cb6eeb4dfe20f9f0519bd2eaba8119bde87c3d5065c541dbae2b5a2cb"}, ] [[package]] diff --git a/pydngconverter/__init__.py b/pydngconverter/__init__.py index 68518d54..0478e9d4 100644 --- a/pydngconverter/__init__.py +++ b/pydngconverter/__init__.py @@ -8,7 +8,7 @@ """ __author__ = """Braden Mars""" -__version__ = "0.3.0" +__version__ = "0.3.1" from pydngconverter import flags from pydngconverter.main import DNGConverter, DNGParameters diff --git a/pyproject.toml b/pyproject.toml index 483b358d..f877e00b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydngconverter" -version = "0.3.0" +version = "0.3.1" description = "Python Interface for the Adobe's DNG Converter" authors = ["Braden Mars "] license = "MIT"