diff --git a/CHANGELOG.md b/CHANGELOG.md index bbe0328..0fe0c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## [v0.7.0](https://github.com/armakuni/carbon-guard/compare/v0.6.0..v0.7.0) - 2023-07-06 +#### Build system +- **(deps)** Bump pydantic from 2.0.1 to 2.0.2 - ([8f3f3d9](https://github.com/armakuni/carbon-guard/commit/8f3f3d9b180c58dc170ae5e64af121aac00cc2fc)) - dependabot[bot] +#### Continuous Integration +- Skip if we have already done the release - ([36f3fcb](https://github.com/armakuni/carbon-guard/commit/36f3fcbc9053eb260bc947ce9d34e3687f53d7d3)) - Billie Thompson +- Add pypi release step - ([092834b](https://github.com/armakuni/carbon-guard/commit/092834baac115d9c58ed13faf646e320ad385d82)) - Billie Thompson +#### Documentation +- Add license - ([eb51a7b](https://github.com/armakuni/carbon-guard/commit/eb51a7b886e175df4472e332a1ac2c571dae5381)) - Billie Thompson +#### Features +- Add a best time to run command - ([8ccb9cb](https://github.com/armakuni/carbon-guard/commit/8ccb9cbe8745d43a275ed42c4dc1a8e5bf17faf2)) - Billie Thompson +#### Refactoring +- Split the repositories somewhat - ([6bd4126](https://github.com/armakuni/carbon-guard/commit/6bd4126f29aa4b202132edd6bbf636cb4ed4ddb3)) - Billie Thompson + +- - - + ## [v0.4.1](https://github.com/armakuni/is-it-green-yet/compare/v0.4.0..v0.4.1) - 2023-07-04 #### Bug Fixes - Simplify composite action - ([5ada25e](https://github.com/armakuni/is-it-green-yet/commit/5ada25e7cad97f1ac9698948032f7053f78ae4e0)) - Billie Thompson diff --git a/poetry.lock b/poetry.lock index 1e89210..6233c36 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1274,4 +1274,4 @@ requests = ">=2.20.0,<3.0.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "3c6998dc89f45f70bdad34a9ca3e2bbe795b5c834456e02d384689b1f1e5a43d" +content-hash = "6186b5df73cf80bd252ed24693274b797e0c7a5074d61f457a02392491ad7316" diff --git a/pyproject.toml b/pyproject.toml index bed24b1..3950e3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "carbon_guard" -version = "0.4.1" +version = "0.7.0" description = "" authors = [ "Adam Gardner ",