Skip to content

Commit 5803bbd

Browse files
authored
Merge pull request #382 from devsetgo/dev
Python Build and Publish fix
2 parents 1b80e81 + a8284a1 commit 5803bbd

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ 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 Delete Many and minor fixes</span> ([v0.11.2](https://github.com/devsetgo/devsetgo_lib/releases/tag/v0.11.2))
8+
9+
#### What's Changed
10+
* Adding Delete Many and Other Updates (#381) @devsetgo
11+
* pip(deps): bump mkdocs-material from 9.5.2 to 9.5.3 (#377) @dependabot
12+
* pip(deps): bump fastapi[all] from 0.105.0 to 0.108.0 (#375) @dependabot
13+
* pip(deps): bump sqlalchemy from 2.0.23 to 2.0.24 (#374) @dependabot
14+
* pip(deps): bump pytest from 7.4.3 to 7.4.4 (#373) @dependabot
15+
* pip(deps): bump black from 23.12.0 to 23.12.1 (#376) @dependabot
16+
* github actionts(deps): bump actions/setup-python from 4 to 5 (#378) @dependabot
17+
18+
19+
Published Date: 2024 January 20, 00:07
20+
21+
### <span style='color:blue'>Breaking Change</span> ([v0.11.1](https://github.com/devsetgo/devsetgo_lib/releases/tag/v0.11.1))
22+
23+
#### What's Changed
24+
* Bump of Version to 0.11.1 (#371) @devsetgo
25+
* Query Improvement (#370) @devsetgo
26+
* 368 get one record should return an empty value when called (#369) @devsetgo
27+
* updating docs from v0.11.0 release (#367) @devsetgo
28+
29+
30+
Published Date: 2023 December 23, 10:49
31+
732
### <span style='color:blue'>Full Release of New Features</span> ([v0.11.0](https://github.com/devsetgo/devsetgo_lib/releases/tag/v0.11.0))
833

934
#### What's Changed
@@ -317,7 +342,7 @@ Published Date: 2023 April 08, 21:45
317342
# ChatGPT
318343
Using [ChatGPT](https://chat.openai.com/) to improve tests, find bugs, and improve performance. Code coverage is at 100% and the code base appears to be performing better than before.
319344

320-
Major changes are in PR #304
345+
Major changes are in PR #304
321346

322347
# What's Changed
323348
* latest change fix for regex pattern. (#307) @devsetgo

docs/release-notes.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ 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 Delete Many and minor fixes</span> ([v0.11.2](https://github.com/devsetgo/devsetgo_lib/releases/tag/v0.11.2))
8+
9+
#### What's Changed
10+
* Adding Delete Many and Other Updates (#381) @devsetgo
11+
* pip(deps): bump mkdocs-material from 9.5.2 to 9.5.3 (#377) @dependabot
12+
* pip(deps): bump fastapi[all] from 0.105.0 to 0.108.0 (#375) @dependabot
13+
* pip(deps): bump sqlalchemy from 2.0.23 to 2.0.24 (#374) @dependabot
14+
* pip(deps): bump pytest from 7.4.3 to 7.4.4 (#373) @dependabot
15+
* pip(deps): bump black from 23.12.0 to 23.12.1 (#376) @dependabot
16+
* github actionts(deps): bump actions/setup-python from 4 to 5 (#378) @dependabot
17+
18+
19+
Published Date: 2024 January 20, 00:07
20+
21+
### <span style='color:blue'>Breaking Change</span> ([v0.11.1](https://github.com/devsetgo/devsetgo_lib/releases/tag/v0.11.1))
22+
23+
#### What's Changed
24+
* Bump of Version to 0.11.1 (#371) @devsetgo
25+
* Query Improvement (#370) @devsetgo
26+
* 368 get one record should return an empty value when called (#369) @devsetgo
27+
* updating docs from v0.11.0 release (#367) @devsetgo
28+
29+
30+
Published Date: 2023 December 23, 10:49
31+
732
### <span style='color:blue'>Full Release of New Features</span> ([v0.11.0](https://github.com/devsetgo/devsetgo_lib/releases/tag/v0.11.0))
833

934
#### What's Changed
@@ -317,7 +342,7 @@ Published Date: 2023 April 08, 21:45
317342
# ChatGPT
318343
Using [ChatGPT](https://chat.openai.com/) to improve tests, find bugs, and improve performance. Code coverage is at 100% and the code base appears to be performing better than before.
319344

320-
Major changes are in PR #304
345+
Major changes are in PR #304
321346

322347
# What's Changed
323348
* latest change fix for regex pattern. (#307) @devsetgo

0 commit comments

Comments
 (0)