From c5a47c5b1b3206558562cb2c02f1f0cccbf15e12 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 28 Nov 2022 21:00:56 +0000 Subject: [PATCH] 0.4.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40cce7d..a18194d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.4.0 (2022-11-28) +### Feature +* Add query-tables method ([#32](https://github.com/ni/nisystemlink-clients-python/issues/32)) ([`8b8afef`](https://github.com/ni/nisystemlink-clients-python/commit/8b8afef8ae5ccd9f93017ff3e5629d6cbeec3f58)) + ## v0.3.0 (2022-11-19) ### Feature * Implement create/get/delete/list table metadata methods ([#28](https://github.com/ni/nisystemlink-clients-python/issues/28)) ([`7cbf7e8`](https://github.com/ni/nisystemlink-clients-python/commit/7cbf7e8f9f46ece55ceddd8f48f55a91c79a2e24)) diff --git a/pyproject.toml b/pyproject.toml index 2528b71..665cae5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nisystemlink-clients" -version = "0.3.0" +version = "0.4.0" description = "NI-SystemLink Python API" authors = ["National Instruments"] maintainers = ["Carson Moore ", "Paul Spangler ", "Cameron Waterman "]