Skip to content

Commit 58fbbff

Browse files
committed
some changelogs for version 3.3
1 parent 2337094 commit 58fbbff

File tree

4 files changed

+13
-35
lines changed

4 files changed

+13
-35
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## [3.3.0 - 2025-02-19]
3+
## [3.3.0 - 2025-03-09]
44
- New: Added mkdocs.sh to serve and modify documentation with docker
55
- New: Added test_webhook.sh to check if webhook request is working
6+
- New: Added list.sh to list git logs after last merge on target-branch
67
- Upd: folder constraints/uniques will be executed directly after constraints/primaries
78
- Upd: during init, folder dml/base is executed prio to dml/init
89
- Upd: Source build.env after tar was unpacked

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
### Quick Links
1515

16-
<a href='https://maikmichel.github.io/dbFlow/'><img src='https://img.shields.io/badge/DOCS-gray?style=for-the-badge'></a> <a href='https://maikmichel.github.io/dbFlow/getting_started/'><img src='https://img.shields.io/badge/GETTING STARTED-blue?style=for-the-badge'></a> <a href='https://maikmichel.github.io/dbFlow/changelog/'><img src='https://img.shields.io/badge/CHANGELOG-green?style=for-the-badge'></a>
16+
<a href='https://maikmichel.github.io/dbFlow/'><img src='https://img.shields.io/badge/DOCS-gray?style=for-the-badge'></a> <a href='https://maikmichel.github.io/dbFlow/start/'><img src='https://img.shields.io/badge/GETTING STARTED-blue?style=for-the-badge'></a> <a href='https://github.com/MaikMichel/dbFlow/blob/master/CHANGELOG.md'><img src='https://img.shields.io/badge/CHANGELOG-green?style=for-the-badge'></a>
1717

1818
</div>
1919

docs/migrating.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ If you want to migrate from an old version to a new version, you have to do the
3333

3434
```
3535

36+
## You need to look at
37+
38+
### Sequence in processing the folders in version 3.3.0
39+
40+
- This is the first release which will handle the content of the `base` folder before the `init` folder
41+
> So you have to check the dependency on underlying files not to depent on files running inside `init` folder
42+
43+
44+
45+
3646
### Following changes in directory structure from 0.9.8 - stable to 1.0.0
3747

3848
1. The folder `tables_ddl` becomes a subfolder of the folder `tables`.

release.log

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)