Skip to content

Commit 4df491f

Browse files
authored
Merge pull request #440 from devsetgo/dev
Improvements and fixes
2 parents 0227807 + 2216de2 commit 4df491f

36 files changed

+818
-569
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.14.1
2+
current_version = 0.14.2
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>[a-z]+)(?P<num>\d+))?

CHANGELOG.md

Lines changed: 36 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,42 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55

66
## Latest Changes
7+
### <span style='color:blue'>Adding DB Disconnect</span> ([v0.14.1](https://github.com/devsetgo/devsetgo_lib/releases/tag/v0.14.1))
8+
9+
#### What's Changed
10+
* Adding Database Disconnect (#439) @devsetgo
11+
* pip(deps): bump pre-commit from 3.7.1 to 3.8.0 (#434) @dependabot
12+
* updates to deal with stashing pages (#437) @devsetgo
13+
* working on issue for deployment (#436) @devsetgo
14+
* Adding MKDocs Workflow (#435) @devsetgo
15+
* Version 0.14.0 (#433) @devsetgo
16+
17+
18+
Published Date: 2024 August 25, 18:47
19+
20+
### <span style='color:blue'>Fix of version for Pypi</span> ([v0.14.0-a](https://github.com/devsetgo/devsetgo_lib/releases/tag/v0.14.0-a))
21+
22+
#### What's Changed
23+
* Version 0.14.0 (#433) @devsetgo
24+
25+
26+
Published Date: 2024 July 27, 22:40
27+
28+
### <span style='color:blue'>High Speed Multi-Processing Improvements</span> ([v0.14.0](https://github.com/devsetgo/devsetgo_lib/releases/tag/v0.14.0))
29+
30+
#### What's Changed
31+
* High Speed Logging for Loguru Multi-Processing (#432) @devsetgo
32+
* Resilient Sink Fixes (#431) @devsetgo
33+
* Fix of bug in resilient sink (#430) @devsetgo
34+
* Adding Resiliency to Logging Config (#429) @devsetgo
35+
* pip(deps): bump mkdocs-print-site-plugin from 2.4.1 to 2.5.0 (#422) @dependabot
36+
* pip(deps): bump ruff from 0.4.5 to 0.4.7 (#420) @dependabot
37+
* pip(deps): bump autopep8 from 2.1.1 to 2.2.0 (#421) @dependabot
38+
* pip(deps): bump mkdocs-material from 9.5.24 to 9.5.25 (#423) @dependabot
39+
40+
41+
Published Date: 2024 July 27, 22:28
42+
743
### <span style='color:blue'></span> ([v0.13.0-republish](https://github.com/devsetgo/devsetgo_lib/releases/tag/v0.13.0-republish))
844

945
#### What's Changed
@@ -660,113 +696,3 @@ Published Date: 2022 January 29, 01:42
660696

661697

662698
Published Date: 2021 July 16, 23:44
663-
664-
### <span style='color:blue'>Fixing Publish</span> ([v0.5.0-2](https://github.com/devsetgo/devsetgo_lib/releases/tag/v0.5.0-2))
665-
666-
# What's Changed
667-
* adding update for publish (#117) @devsetgo
668-
669-
670-
Published Date: 2021 March 18, 17:19
671-
672-
### <span style='color:blue'>Calendar and RegEx Function + Documentation</span> ([v0.5.0](https://github.com/devsetgo/devsetgo_lib/releases/tag/v0.5.0))
673-
674-
# What's Changed
675-
* Adding Calendar Functions (#116) @devsetgo
676-
* Bump pre-commit from 2.10.1 to 2.11.1 (#113) @dependabot
677-
* update to Saturday (#115) @devsetgo
678-
* Bump tqdm from 4.58.0 to 4.59.0 (#112) @dependabot
679-
* Bump mkdocs-material from 7.0.4 to 7.0.5 (#114) @dependabot
680-
* fixes for mkdoc material update (#111) @devsetgo
681-
* Bump tox from 3.22.0 to 3.23.0 (#109) @dependabot
682-
* Bump mkdocs-material from 7.0.2 to 7.0.4 (#108) @dependabot
683-
* Bump pylint from 2.7.1 to 2.7.2 (#107) @dependabot
684-
* Bump coverage from 5.4 to 5.5 (#110) @dependabot
685-
* Bump pylint from 2.6.2 to 2.7.1 (#103) @dependabot
686-
* Bump mkdocs-material from 6.2.8 to 7.0.2 (#104) @dependabot
687-
* Bump watchdog from 2.0.1 to 2.0.2 (#105) @dependabot
688-
* Bump tqdm from 4.57.0 to 4.58.0 (#106) @dependabot
689-
* Bump tox from 3.21.4 to 3.22.0 (#101) @dependabot
690-
* Bump watchdog from 2.0.0 to 2.0.1 (#99) @dependabot
691-
* Bump pylint from 2.6.0 to 2.6.2 (#102) @dependabot
692-
* Bump tqdm from 4.56.2 to 4.57.0 (#100) @dependabot
693-
* Bump pytest-runner from 5.2 to 5.3.0 (#98) @dependabot
694-
* Bump tqdm from 4.56.0 to 4.56.2 (#97) @dependabot
695-
* Bump watchdog from 1.0.2 to 2.0.0 (#96) @dependabot
696-
* Bump pre-commit from 2.10.0 to 2.10.1 (#95) @dependabot
697-
* Bump mkdocs-material from 6.2.6 to 6.2.8 (#94) @dependabot
698-
* Bump tox from 3.21.3 to 3.21.4 (#93) @dependabot
699-
* Bump autopep8 from 1.5.4 to 1.5.5 (#92) @dependabot
700-
* Bump tox from 3.21.2 to 3.21.3 (#87) @dependabot
701-
* Bump mkdocs-material from 6.2.5 to 6.2.6 (#88) @dependabot
702-
* Bump pytest from 6.2.1 to 6.2.2 (#89) @dependabot
703-
* Bump coverage from 5.3.1 to 5.4 (#91) @dependabot
704-
* Bump pre-commit from 2.9.3 to 2.10.0 (#90) @dependabot
705-
* Bump tox from 3.21.1 to 3.21.2 (#84) @dependabot
706-
* Bump mkdocs-material from 6.2.4 to 6.2.5 (#85) @dependabot
707-
* Bump pytest-cov from 2.10.1 to 2.11.1 (#86) @dependabot
708-
* Bump tox from 3.20.1 to 3.21.1 (#81) @dependabot
709-
* Bump mkdocs-material from 6.2.3 to 6.2.4 (#82) @dependabot
710-
* Bump tqdm from 4.55.1 to 4.56.0 (#83) @dependabot
711-
* Bump tqdm from 4.55.0 to 4.55.1 (#80) @dependabot
712-
* Bump mkdocs-material from 6.2.2 to 6.2.3 (#79) @dependabot
713-
714-
715-
Published Date: 2021 March 18, 17:06
716-
717-
### <span style='color:blue'>Minor updates and library updates.</span> ([v0.4.1](https://github.com/devsetgo/devsetgo_lib/releases/tag/v0.4.1))
718-
719-
# What's Changed
720-
* Updates and Minor updates (#78) @devsetgo
721-
* Bump tqdm from 4.54.1 to 4.55.0 (#77) @dependabot
722-
* Bump twine from 3.2.0 to 3.3.0 (#76) @dependabot
723-
* Bump coverage from 5.3 to 5.3.1 (#74) @dependabot
724-
* Bump mkdocs-material from 6.1.7 to 6.2.2 (#75) @dependabot
725-
* Bump watchdog from 0.10.4 to 1.0.2 (#73) @dependabot
726-
* Bump pytest from 6.1.2 to 6.2.1 (#71) @dependabot
727-
* Bump wheel from 0.36.1 to 0.36.2 (#70) @dependabot
728-
* Bump tqdm from 4.54.0 to 4.54.1 (#67) @dependabot
729-
* Bump mkdocs-material from 6.1.6 to 6.1.7 (#68) @dependabot
730-
* Bump pre-commit from 2.9.2 to 2.9.3 (#69) @dependabot
731-
* Bump wheel from 0.36.0 to 0.36.1 (#66) @dependabot
732-
* Bump wheel from 0.35.1 to 0.36.0 (#64) @dependabot
733-
* Bump tqdm from 4.53.0 to 4.54.0 (#65) @dependabot
734-
* Bump pre-commit from 2.8.2 to 2.9.2 (#61) @dependabot
735-
* Bump mkdocs-material from 6.1.5 to 6.1.6 (#60) @dependabot
736-
* Bump tqdm from 4.52.0 to 4.53.0 (#62) @dependabot
737-
* Bump watchdog from 0.10.3 to 0.10.4 (#63) @dependabot
738-
* Bump tqdm from 4.51.0 to 4.52.0 (#59) @dependabot
739-
* Bump mkdocs-material from 6.1.4 to 6.1.5 (#58) @dependabot
740-
* Bump mkdocs-material from 6.1.2 to 6.1.4 (#57) @dependabot
741-
* Bump pre-commit from 2.8.0 to 2.8.2 (#55) @dependabot
742-
* Bump mkdocs-material from 6.1.0 to 6.1.2 (#56) @dependabot
743-
* Bump pytest from 6.1.1 to 6.1.2 (#52) @dependabot
744-
* Bump pre-commit from 2.7.1 to 2.8.0 (#53) @dependabot
745-
* Bump tqdm from 4.50.2 to 4.51.0 (#54) @dependabot
746-
* Bump mkdocs-material from 6.0.2 to 6.1.0 (#51) @dependabot
747-
* Bump tqdm from 4.50.1 to 4.50.2 (#49) @dependabot
748-
* Bump tox from 3.20.0 to 3.20.1 (#50) @dependabot
749-
* Bump pytest from 6.1.0 to 6.1.1 (#48) @dependabot
750-
* Bump mkdocs-material from 6.0.1 to 6.0.2 (#47) @dependabot
751-
* Bump flake8 from 3.8.3 to 3.8.4 (#45) @dependabot
752-
* Bump tqdm from 4.50.0 to 4.50.1 (#44) @dependabot
753-
* Bump bump2version from 1.0.0 to 1.0.1 (#46) @dependabot
754-
* Bump tqdm from 4.49.0 to 4.50.0 (#42) @dependabot
755-
* Bump black from 19.10b0 to 20.8b1 (#43) @dependabot
756-
* Bump tqdm from 4.46.0 to 4.49.0 (#40) @dependabot
757-
* Bump pytest from 5.4.2 to 6.1.0 (#39) @dependabot
758-
* Bump coverage from 5.1 to 5.3 (#38) @dependabot
759-
* Bump autoflake from 1.3.1 to 1.4 (#41) @dependabot
760-
* Bump twine from 3.1.1 to 3.2.0 (#37) @dependabot
761-
* Bump wheel from 0.34.2 to 0.35.1 (#34) @dependabot
762-
* Bump pytest-cov from 2.9.0 to 2.10.1 (#36) @dependabot
763-
* Bump watchdog from 0.10.2 to 0.10.3 (#35) @dependabot
764-
* Bump mkdocs-material from 5.2.2 to 6.0.1 (#33) @dependabot
765-
* Bump pylint from 2.5.2 to 2.6.0 (#32) @dependabot-preview
766-
* Bump pre-commit from 2.4.0 to 2.7.1 (#31) @dependabot-preview
767-
* Bump tox from 3.15.1 to 3.20.0 (#30) @dependabot-preview
768-
* Bump flake8 from 3.8.2 to 3.8.3 (#29) @dependabot-preview
769-
* Bump autopep8 from 1.5.2 to 1.5.4 (#28) @dependabot-preview
770-
771-
772-
Published Date: 2020 December 26, 23:51

coverage-badge.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)