diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 57e0617..1c861e1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.1"} +{".":"0.3.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d8cb974..4f2082f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.3.0](https://github.com/equinor/osdu-python-client/compare/v0.2.1...v0.3.0) (2026-04-09) + + +### Features + +* update search specifications to latest version ([#10](https://github.com/equinor/osdu-python-client/issues/10)) ([289f20e](https://github.com/equinor/osdu-python-client/commit/289f20ea8172b28847ff723e76964870b752fe69)) + + +### Dependencies + +* bump `astral-sh/setup-uv` from 7.6.0 to 8.0.0 ([#13](https://github.com/equinor/osdu-python-client/issues/13)) ([46e1359](https://github.com/equinor/osdu-python-client/commit/46e13592ff5ca894b1af9e0ed93ca54425d08d38)) +* bump `cryptography` from 46.0.6 to 46.0.7 ([#15](https://github.com/equinor/osdu-python-client/issues/15)) ([312c6e3](https://github.com/equinor/osdu-python-client/commit/312c6e3341172db9bee528f18592d97163d47631)) +* bump `requests` from 2.32.5 to 2.33.0 ([#9](https://github.com/equinor/osdu-python-client/issues/9)) ([d4ae494](https://github.com/equinor/osdu-python-client/commit/d4ae49496a1a1f55907e02ec0835d0e5ee4d1552)) +* bump `ruff` from 0.15.7 to 0.15.8 ([#14](https://github.com/equinor/osdu-python-client/issues/14)) ([fc6c142](https://github.com/equinor/osdu-python-client/commit/fc6c142968ef0c0713c9691f1f93f1b9e3416cbe)) +* bump cryptography from 46.0.4 to 46.0.5 ([#6](https://github.com/equinor/osdu-python-client/issues/6)) ([24470ac](https://github.com/equinor/osdu-python-client/commit/24470ac38e4bd8d800a954683c4607b27a8c1067)) +* update astral-sh/setup-uv from 7.3.1 to 7.6.0 and equinor/ops-action from 9.35.0 to 9.35.1 ([#12](https://github.com/equinor/osdu-python-client/issues/12)) ([e805dfb](https://github.com/equinor/osdu-python-client/commit/e805dfb092f02cbc8670ef6802a703598de90579)) +* update cryptography from 46.0.5 to 46.0.6 ([#11](https://github.com/equinor/osdu-python-client/issues/11)) ([66b0898](https://github.com/equinor/osdu-python-client/commit/66b0898597a2b3a8c1f75fa4d9d60e5e5748d313)) + ## [0.2.1](https://github.com/equinor/osdu-python-client/compare/v0.2.0...v0.2.1) (2026-04-09) diff --git a/pyproject.toml b/pyproject.toml index bb6063a..1b87bc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "osdu-python-client" -version = "0.2.1" +version = "0.3.0" description = "Python client for OSDU services" readme = "README.md" requires-python = ">=3.13"