-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |