Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOduneye committed Oct 7, 2023
1 parent 1aff58f commit 1bce2cd
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
49 changes: 49 additions & 0 deletions server/src/CHANGELOG.md
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

0 comments on commit 1bce2cd

Please sign in to comment.