From 1d032d2452f23c0dce566bdeb96aaeff83fdccf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20Theie=20Havenstr=C3=B8m?= <44391464+simentha@users.noreply.github.com> Date: Wed, 25 Oct 2023 13:07:22 +0200 Subject: [PATCH] chore(main): release 1.1.0 (#5) :robot: I have created a release *beep* *boop* --- ## [1.1.0](https://github.com/equinor/atmos-validation/compare/v1.0.0...v1.1.0) (2023-10-20) ### Features * Make memos type allow list of strings ([#3](https://github.com/equinor/atmos-validation/issues/3)) ([71a2413](https://github.com/equinor/atmos-validation/commit/71a24139a9e41fd152cbf1ae491fcc324115b955)) ### Documentation * Use full links in readme ([#4](https://github.com/equinor/atmos-validation/issues/4)) ([f05cdd0](https://github.com/equinor/atmos-validation/commit/f05cdd049c8ea2fd8d8965a746f239f89cae3eb7)) --- 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 | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f16a118..02a2a12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/equinor/atmos-validation/compare/v1.0.0...v1.1.0) (2023-10-20) + + +### Features + +* Make memos type allow list of strings ([#3](https://github.com/equinor/atmos-validation/issues/3)) ([71a2413](https://github.com/equinor/atmos-validation/commit/71a24139a9e41fd152cbf1ae491fcc324115b955)) + + +### Documentation + +* Use full links in readme ([#4](https://github.com/equinor/atmos-validation/issues/4)) ([f05cdd0](https://github.com/equinor/atmos-validation/commit/f05cdd049c8ea2fd8d8965a746f239f89cae3eb7)) + ## 1.0.0 (2023-10-10) diff --git a/pyproject.toml b/pyproject.toml index bc8cc2c..db99eb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atmos_validation" -version = "1.0.0" +version = "1.1.0" 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"]