diff --git a/.cz.toml b/.cz.toml index 7baf9cf..4b4c90d 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,6 +2,6 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.1.0" +version = "0.1.1" update_changelog_on_bump = true major_version_zero = true diff --git a/server/src/CHANGELOG.md b/server/src/CHANGELOG.md new file mode 100644 index 0000000..28ee5eb --- /dev/null +++ b/server/src/CHANGELOG.md @@ -0,0 +1,49 @@ +## 0.1.1 (2023-10-07) + +### Fix + +- **db.go**: added error checking for migration + +## 0.1.0 (2023-10-07) + +### Feat + +- **aws.go**: established s3 connectivity + +### Fix + +- added permissions +- **CI.yaml**: port change +- **CI.yaml**: remove alove instances of postgres +- **CI.yaml**: missing dependency +- **scripts/verify_os.sh**: added functionality to differ scripts per os +- **make-linter-happy**: made distinct err names +- **init.sql**: spelling + +## 0.0.4 (2023-09-28) + +### Fix + +- **init.sql**: foreign key constrains +- **init.sql**: bad sql statements, errors on migration + +### Refactor + +- **TestComponent.tsx**: updated the text +- **init.sql**: updated migrations file for creating the db +- installation process +- **main.go**: fucked it up again +- **testcomponent.tsx**: fucked it up a little bit +- installation process + +## 0.0.3 (2023-09-13) + +### Fix + +- **init_db.sh**: fixed path + +## 0.0.2 (2023-09-12) + +### Refactor + +- tidy