From 03835fdf3a8725f8713e82119b00053ce1fda1f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 14:08:04 +0000 Subject: [PATCH] chore(master): release 0.10.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0ef0e9..e262342 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.10.0"} +{".":"0.10.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 07b978c..3b83e36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.10.1](https://github.com/Tsanton/pyflake-client/compare/v0.10.0...v0.10.1) (2023-09-18) + + +### Features + +* add comment property and definition on table and column ([b4469ab](https://github.com/Tsanton/pyflake-client/commit/b4469abf319e23f063fe28e4cbb8e71ed7b01bb3)) + + +### Bug Fixes + +* comment definition bug ([47b1b1a](https://github.com/Tsanton/pyflake-client/commit/47b1b1a8e6908e72b985bfec020f95204b502241)) + ## [0.10.0](https://github.com/Tsanton/pyflake-client/compare/v0.9.0...v0.10.0) (2023-08-18)