From cbec50f95bff9d05ddf5a79ccf14b54f39918cb7 Mon Sep 17 00:00:00 2001 From: Jonathan Meyers Date: Thu, 23 May 2024 23:12:38 +0200 Subject: [PATCH] chore(main): release 0.2.2 (#260) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72246c75..75d05663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/Zero-True/zero-true/compare/v0.2.1...v0.2.2) (2024-05-23) + + +### Bug Fixes + +* Full requirements install and full versioning ([#258](https://github.com/Zero-True/zero-true/issues/258)) ([7b77320](https://github.com/Zero-True/zero-true/commit/7b773200dd9bf7cd16d3cae68a60ad360b5b9887)) + ## [0.2.1](https://github.com/Zero-True/zero-true/compare/v0.2.0...v0.2.1) (2024-05-16) diff --git a/setup.cfg b/setup.cfg index 5577dc96..d2ad6688 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ license_files = LICENSE description = A collaborative notebook built for data scientists long_description = file: README.md long_description_content_type = text/markdown -version = 0.2.1 +version = 0.2.2 [options]