From 8afd885ed2551a7c330515ed0de750b9a1abdb04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20Theie=20Havenstr=C3=B8m?= <44391464+simentha@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:12:19 +0200 Subject: [PATCH] chore(main): release 1.4.2 (#26) :robot: I have created a release *beep* *boop* --- ## [1.4.2](https://github.com/equinor/atmos-validation/compare/v1.4.1...v1.4.2) (2024-07-10) ### Other * Upgrade to Pydantic v2 using TypeAdapters ([#24](https://github.com/equinor/atmos-validation/issues/24)) ([74c3e04](https://github.com/equinor/atmos-validation/commit/74c3e04e16a2e771c2ddd1e6eee8dc398f564255)) * Use ruff formatter ([#25](https://github.com/equinor/atmos-validation/issues/25)) ([c0ef09e](https://github.com/equinor/atmos-validation/commit/c0ef09e5c435fcfe75ab5d83336afe336f6c003a)) ### CI/CD * Add build to "Other" section for release docs ([#27](https://github.com/equinor/atmos-validation/issues/27)) ([865b752](https://github.com/equinor/atmos-validation/commit/865b752fe7782f0e62058f96c4e219b1f52cb28f)) * Fix release-please typo in config ([#28](https://github.com/equinor/atmos-validation/issues/28)) ([fd2b51e](https://github.com/equinor/atmos-validation/commit/fd2b51e7446ff2716f8f296577157186bf9339e7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42281ed..4513fc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.4.2](https://github.com/equinor/atmos-validation/compare/v1.4.1...v1.4.2) (2024-07-10) + + +### Other + +* Upgrade to Pydantic v2 using TypeAdapters ([#24](https://github.com/equinor/atmos-validation/issues/24)) ([74c3e04](https://github.com/equinor/atmos-validation/commit/74c3e04e16a2e771c2ddd1e6eee8dc398f564255)) +* Use ruff formatter ([#25](https://github.com/equinor/atmos-validation/issues/25)) ([c0ef09e](https://github.com/equinor/atmos-validation/commit/c0ef09e5c435fcfe75ab5d83336afe336f6c003a)) + + +### CI/CD + +* Add build to "Other" section for release docs ([#27](https://github.com/equinor/atmos-validation/issues/27)) ([865b752](https://github.com/equinor/atmos-validation/commit/865b752fe7782f0e62058f96c4e219b1f52cb28f)) +* Fix release-please typo in config ([#28](https://github.com/equinor/atmos-validation/issues/28)) ([fd2b51e](https://github.com/equinor/atmos-validation/commit/fd2b51e7446ff2716f8f296577157186bf9339e7)) + ## [1.4.1](https://github.com/equinor/atmos-validation/compare/v1.4.0...v1.4.1) (2024-01-09) diff --git a/pyproject.toml b/pyproject.toml index f212381..a1596e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atmos_validation" -version = "1.4.1" +version = "1.4.2" description = "A python library containing automated data validation tools for the Atmos Data Service" authors = ["Team Atmos (Equinor)"] readme = ["README.md", "docs/conventions.md", "docs/run.md"]