Skip to content

Commit

Permalink
chore(release): v4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastean committed Dec 1, 2024
1 parent 864e7c6 commit 784efcc
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 4.9.0 (2024-12-01)

- docs(readme): add sqlite implementation ([864e7c6](/~https://github.com/bastean/codexgo/commit/864e7c6))
- fix(mongodb): check duplicate value error when updating a document ([bd59245](/~https://github.com/bastean/codexgo/commit/bd59245))
- fix(sqlite): add username in search criteria ([31b1070](/~https://github.com/bastean/codexgo/commit/31b1070))
- fix(sqlite): remove gorm error translation ([12009a4](/~https://github.com/bastean/codexgo/commit/12009a4))
- chore(deps): upgrade ([e01098f](/~https://github.com/bastean/codexgo/commit/e01098f))
- chore(devcontainer): add python feature for dependencies that need it ([0b146a6](/~https://github.com/bastean/codexgo/commit/0b146a6))
- test: change error assertions ([25b8596](/~https://github.com/bastean/codexgo/commit/25b8596))
- feat: add user repository sqlite adapter ([1388999](/~https://github.com/bastean/codexgo/commit/1388999))
- feat: allow login with username ([750c13c](/~https://github.com/bastean/codexgo/commit/750c13c))
- refactor(context): move responsibility for password hashing to use cases ([3b08b43](/~https://github.com/bastean/codexgo/commit/3b08b43))

## 4.8.0 (2024-11-17)

- fix(deps): add missing dependencies ([4be4afb](/~https://github.com/bastean/codexgo/commit/4be4afb))
Expand Down
2 changes: 1 addition & 1 deletion internal/app/server/static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codexGO",
"short_name": "codexGO",
"version": "4.8.0",
"version": "4.9.0",
"description": "codexGO",
"author": "Bastean <bastean@pm.me>",
"homepage_url": "/~https://github.com/bastean/codexgo#readme",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "codexgo",
"version": "4.8.0",
"version": "4.9.0",
"description": "codexGO",
"author": "Bastean <bastean@pm.me>",
"license": "MIT",
Expand Down

0 comments on commit 784efcc

Please sign in to comment.