Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastean committed Jul 23, 2024
1 parent bf957b8 commit 2a0ba6f
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 5 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [0.1.0](https://github.com/bastean/dsgo/compare/v0.0.1-alpha.0...v0.1.0) (2024-07-23)

### Chores

- **assets:** add icons ([6d58885](https://github.com/bastean/dsgo/commit/6d58885982e341d896a5790c1fb65886dd2bf183))
- **ignore:** add regexp for databases ([5e08061](https://github.com/bastean/dsgo/commit/5e080610191188d12b18b36360a47fddfac3a076))
- **makefile:** add section for tooling installation ([64fcd2a](https://github.com/bastean/dsgo/commit/64fcd2a15e755703ce12d73cfe761f90c4385fce))

### Documentation

- **readme:** add project description ([bf957b8](https://github.com/bastean/dsgo/commit/bf957b8053d575bdf62ce9bc05cd91dd4c088b0c))

### New Features

- **app:** add discord bot ([dbdfd64](https://github.com/bastean/dsgo/commit/dbdfd646283480a01ebbdf9df444a45e8d0c7c2f))
- **app:** add fiber server ([5472445](https://github.com/bastean/dsgo/commit/54724456dc0bbca8d461d07eafa0acdc50ee7d24))
- **context:** add initial domain and application layers ([085dbb7](https://github.com/bastean/dsgo/commit/085dbb7763685a742d5474f3c649e04a2e4862d9))
- **infrastructure:** add mongo user repository adapter ([663d8f7](https://github.com/bastean/dsgo/commit/663d8f75775b89d2b8ae4ab0868acdf43a1218ec))
- **infrastructure:** add mysql user repository adapter ([ac98c1d](https://github.com/bastean/dsgo/commit/ac98c1d9dc23ccaf4fc2ccd578b62a50d2082a68))
- **infrastructure:** add sqlite user repository adapter ([451bcdf](https://github.com/bastean/dsgo/commit/451bcdf59ab2b86c8c5d013ff3b4b917e5f95900))
- **logger:** add colored outputs ([e0697ef](https://github.com/bastean/dsgo/commit/e0697efaf1a4edb40c109ae3fc075c1a6e569591))

### Refactors

- add internal folder to manage apps and services ([6203862](https://github.com/bastean/dsgo/commit/6203862d2c09a93d81e8686e17cf258c546ded43))
- change error messages ([eb5ba63](https://github.com/bastean/dsgo/commit/eb5ba637d3ed2c89d0d060063d15e80165408e9d))
- **context:** reduce modules ([fc234e1](https://github.com/bastean/dsgo/commit/fc234e1867e0f61264c4feaaf8958a5560472653))
- **infrastructure:** reuse user table in sql databases ([fd7c0df](https://github.com/bastean/dsgo/commit/fd7c0dfb6c3ef2de81038f742b7b0ce458e9a1ef))
- rename envs ([958d154](https://github.com/bastean/dsgo/commit/958d1549307805416358080265e1a3e1285bc447))

## 0.0.1-alpha.0 (2024-06-27)

### Chores
Expand Down
4 changes: 2 additions & 2 deletions internal/app/server/component/layout/index.templ
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package layout

import (
"github.com/bastean/dsgo/internal/app/server/component/scripts"
"github.com/bastean/dsgo/internal/app/server/component/scripts/fomantic"
"github.com/bastean/dsgo/internal/app/server/component/scripts/storage"
"github.com/bastean/dsgo/internal/app/server/component/scripts/jquery"
"github.com/bastean/dsgo/internal/app/server/component/scripts"
"github.com/bastean/dsgo/internal/app/server/component/scripts/storage"
)

templ Index(headScripts scripts.Head, bodyScripts scripts.Body) {
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": "dsgo",
"version": "0.0.1-alpha.0",
"version": "0.1.0",
"description": "dsGO",
"author": "Bastean <bastean@pm.me>",
"license": "MIT",
Expand Down

0 comments on commit 2a0ba6f

Please sign in to comment.