Skip to content

Commit

Permalink
Updating version number and README files to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmarsh committed Feb 1, 2024
1 parent b399f27 commit 4f1d3d3
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 12 deletions.
23 changes: 23 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@

# Contributor Covenant Code of Conduct

<!--ts-->
* [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)

<!-- Created by https://github.com/ekalinin/github-markdown-toc -->
<!-- Added by: davidmarsh, at: Thu 1 Feb 2024 20:48:47 AEDT -->

<!--te-->

## Our Pledge

We as members, contributors, and leaders pledge to make participation in our
Expand Down Expand Up @@ -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`

18 changes: 15 additions & 3 deletions ERRORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@
The following show some errors you may see and what they mean:

<!--ts-->
* [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)

<!-- Created by https://github.com/ekalinin/github-markdown-toc -->
<!-- Added by: davidmarsh, at: Thu 1 Feb 2024 20:50:30 AEDT -->

<!--te-->

## Error: access_id, access_key or account_name not set via cli or config file
Expand Down Expand Up @@ -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`

2 changes: 1 addition & 1 deletion EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For more complex use, see the scripts in [examples](examples) dir.
* [meta](#meta)

<!-- Created by https://github.com/ekalinin/github-markdown-toc -->
<!-- Added by: davidmarsh, at: Tue 12 Sep 2023 18:30:09 AEST -->
<!-- Added by: davidmarsh, at: Thu 1 Feb 2024 20:47:03 AEDT -->

<!--te-->

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# more info: make about
#
# elm Extract LogicMonitor
# Copyright (C) 2021--2023 David Marsh [email protected]
# Copyright (C) 2021--2024 David Marsh [email protected]
#
# 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
Expand Down Expand Up @@ -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 '[email protected]'
@echo
@echo 'This program is free software: you can redistribute it and/or modify'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ json, latex, md (markdown), rst, tab (text table), raw or txt
* [meta](#meta)

<!-- Created by https://github.com/ekalinin/github-markdown-toc -->
<!-- Added by: davidmarsh, at: Fri 8 Sep 2023 16:06:53 AEST -->
<!-- Added by: davidmarsh, at: Thu 1 Feb 2024 20:49:14 AEDT -->

<!--te-->

Expand Down
9 changes: 5 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4f1d3d3

Please sign in to comment.