From 30b565956f8e196c7f83befd88260d5fb88508ad Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" Date: Mon, 6 Dec 2021 16:41:28 +0000 Subject: [PATCH] Apply automatic changes --- CHANGELOG.md | 25 +++++++++++++++++++++---- terraplanfeed/__init__.py | 2 +- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcedc91..10335c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,23 @@ ## [Unreleased] - -## [0.9.2] - 2021-06-14 + +## [0.10.2] - 2021-12-06 + + +## [0.10.1] - 2021-06-17 +### Pull Requests +- Merge pull request [#20](https://github.com/bcochofel/terraplanfeed/issues/20) from bcochofel/pre-commit-ci-update-config + + + +## [0.10.0] - 2021-06-17 +### Feat +- added --text-only support for emoji suppression + +### Pull Requests +- Merge pull request [#21](https://github.com/bcochofel/terraplanfeed/issues/21) from mflanneryii/main + ## [0.9.1] - 2021-03-03 @@ -227,8 +242,10 @@ - Merge pull request [#1](https://github.com/bcochofel/terraplanfeed/issues/1) from bcochofel/package_skel -[Unreleased]: https://github.com/bcochofel/terraplanfeed/compare/0.9.2...HEAD -[0.9.2]: https://github.com/bcochofel/terraplanfeed/compare/0.9.1...0.9.2 +[Unreleased]: https://github.com/bcochofel/terraplanfeed/compare/0.10.2...HEAD +[0.10.2]: https://github.com/bcochofel/terraplanfeed/compare/0.10.1...0.10.2 +[0.10.1]: https://github.com/bcochofel/terraplanfeed/compare/0.10.0...0.10.1 +[0.10.0]: https://github.com/bcochofel/terraplanfeed/compare/0.9.1...0.10.0 [0.9.1]: https://github.com/bcochofel/terraplanfeed/compare/0.9.0...0.9.1 [0.9.0]: https://github.com/bcochofel/terraplanfeed/compare/0.8.0...0.9.0 [0.8.0]: https://github.com/bcochofel/terraplanfeed/compare/0.7.0...0.8.0 diff --git a/terraplanfeed/__init__.py b/terraplanfeed/__init__.py index aa415c5..d8a7959 100644 --- a/terraplanfeed/__init__.py +++ b/terraplanfeed/__init__.py @@ -7,4 +7,4 @@ Modules: terraform """ -__version__ = "0.9.2" +__version__ = "0.10.2"