diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index f311723..a7aa858 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,6 +1,25 @@ # Contributor Covenant Code of Conduct + + * [Our Pledge](#our-pledge) + * [Our Standards](#our-standards) + * [Enforcement Responsibilities](#enforcement-responsibilities) + * [Scope](#scope) + * [Enforcement](#enforcement) + * [Enforcement Guidelines](#enforcement-guidelines) + * [1. Correction](#1-correction) + * [2. Warning](#2-warning) + * [3. Temporary Ban](#3-temporary-ban) + * [4. Permanent Ban](#4-permanent-ban) + * [Attribution](#attribution) + * [meta](#meta) + + + + + + ## Our Pledge We as members, contributors, and leaders pledge to make participation in our @@ -132,3 +151,7 @@ For answers to common questions about this code of conduct, see the FAQ at [FAQ]: https://www.contributor-covenant.org/faq [translations]: https://www.contributor-covenant.org/translations +## meta + +Update the ToC on this page by running `gh-md-toc --insert --no-backup --skip-header CODE_OF_CONDUCT.md` + diff --git a/ERRORS.md b/ERRORS.md index b43cf7f..ff6756b 100644 --- a/ERRORS.md +++ b/ERRORS.md @@ -3,9 +3,16 @@ The following show some errors you may see and what they mean: -* [size limit is less than total records](#warning-size-limit-is-less-than-total-records) -* [no valid headings](#warning-no-valid-headings) -* [no data found](#warning-no-data-found) + * [Error: access_id, access_key or account_name not set via cli or config file](#error-access_id-access_key-or-account_name-not-set-via-cli-or-config-file) + * [Error: config file permissions are group or world readable](#error-config-file-permissions-are-group-or-world-readable) + * [Warning: size limit is less than total records](#warning-size-limit-is-less-than-total-records) + * [Error: no valid fields selected](#error-no-valid-fields-selected) + * [Warning: no data found](#warning-no-data-found) + * [meta](#meta) + + + + ## Error: access_id, access_key or account_name not set via cli or config file @@ -33,3 +40,8 @@ are valid fields ## Warning: no data found No data has been returned by the query + +## meta + +Update the ToC on this page by running `gh-md-toc --insert --no-backup --skip-header ERRORS.md` + diff --git a/EXAMPLES.md b/EXAMPLES.md index 2d36ce6..481b834 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -27,7 +27,7 @@ For more complex use, see the scripts in [examples](examples) dir. * [meta](#meta) - + diff --git a/Makefile b/Makefile index 63619de..8a2dca6 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # more info: make about # # elm Extract LogicMonitor -# Copyright (C) 2021--2023 David Marsh rdmarsh@gmail.com +# Copyright (C) 2021--2024 David Marsh rdmarsh@gmail.com # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -392,7 +392,7 @@ about: ## About this Makefile .PHONY: copying copying: ## Copyright notice @echo - @echo 'Copyright (C) 2021--2023 David Marsh' + @echo 'Copyright (C) 2021--2024 David Marsh' @echo 'rdmarsh@gmail.com' @echo @echo 'This program is free software: you can redistribute it and/or modify' diff --git a/README.md b/README.md index 6141c34..eaff7f8 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ json, latex, md (markdown), rst, tab (text table), raw or txt * [meta](#meta) - + diff --git a/SECURITY.md b/SECURITY.md index 187b61d..54e2d65 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,10 +4,11 @@ | Version | Supported | | ------- | ------------------ | -| 1.0.4 | :white_check_mark: | -| 1.0.3 | :white_check_mark: | -| 1.0.2 | :white_check_mark: | -| 1.0.1 | :white_check_mark: | +| 1.0.5 | :white_check_mark: | +| 1.0.4 | :x: | +| 1.0.3 | :x: | +| 1.0.2 | :x: | +| 1.0.1 | :x: | | < 1.0 | :x: | ## Reporting a Vulnerability diff --git a/setup.py b/setup.py index e3d7582..c2a4d9f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='elm', - version='1.0.4', + version='1.0.5', description='Install elm', url='https://github.com/rdmarsh/elm', author='David Marsh',