From bd49f864af34a635a72e07a1cb16d9c17c7f0179 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 15:44:45 +0000 Subject: [PATCH 1/2] chore: release 0.1.2 --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 103336a..fc25d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +### [0.1.2](https://www.github.com/googleapis/python-source-context/compare/v0.1.1...v0.1.2) (2021-07-29) + + +### Features + +* add Samples section to CONTRIBUTING.rst ([#6](https://www.github.com/googleapis/python-source-context/issues/6)) ([19c3b12](https://www.github.com/googleapis/python-source-context/commit/19c3b12f9b0447c975de206655784a19fd059d8e)) + + +### Miscellaneous Chores + +* release as 0.1.2 ([#11](https://www.github.com/googleapis/python-source-context/issues/11)) ([1581f56](https://www.github.com/googleapis/python-source-context/commit/1581f56aae3879407e6b2d6de2012760f976deaf)) + ### [0.1.1](https://www.github.com/googleapis/python-source-context/compare/v0.1.0...v0.1.1) (2021-07-21) diff --git a/setup.py b/setup.py index f05cfcf..a1d7166 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-source-context" description = "Python client for Source Context" -version = "0.1.1" +version = "0.1.2" release_status = "Development Status :: 4 - Beta" url = "https://github.com/googleapis/python-source-context" dependencies = [ From 09ad970869c497911808d5bf20004f0f88dd1ec9 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 29 Jul 2021 11:47:05 -0400 Subject: [PATCH 2/2] use documentation heading for docs change --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc25d31..5dad1b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ### [0.1.2](https://www.github.com/googleapis/python-source-context/compare/v0.1.1...v0.1.2) (2021-07-29) -### Features +### Documentation * add Samples section to CONTRIBUTING.rst ([#6](https://www.github.com/googleapis/python-source-context/issues/6)) ([19c3b12](https://www.github.com/googleapis/python-source-context/commit/19c3b12f9b0447c975de206655784a19fd059d8e))