From 61197d4098a10186b9ce9d98b04bb2d1134513e5 Mon Sep 17 00:00:00 2001 From: nicholasmhughes Date: Thu, 15 Feb 2024 17:46:25 -0500 Subject: [PATCH] release v1.1.0 --- CHANGELOG.md | 11 ++++++++++- changelog/7.fixed.md | 1 - docs/conf.py | 2 -- 3 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 changelog/7.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index b849704..8bf2705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,16 @@ This project uses [Semantic Versioning](https://semver.org/) - MAJOR.MINOR.PATCH # Changelog -# Saltext.Consul 1.0.0 (2024-01-13) +## 1.1.0 (2024-02-15) + + +### Fixed + +- fixed Rules attribute formatting to allow for proper creation [#7](https://github.com/salt-extensions/saltext-consul/issues/7) + + +## 1.0.0 (2024-01-13) + ### Added diff --git a/changelog/7.fixed.md b/changelog/7.fixed.md deleted file mode 100644 index b024483..0000000 --- a/changelog/7.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fixed Rules attribute formatting to allow for proper creation diff --git a/docs/conf.py b/docs/conf.py index ac18474..01c5561 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -125,8 +125,6 @@ autosummary_generate = False -suppress_warnings = ["myst.header"] - # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for