Skip to content

Commit b96bed3

Browse files
committed
chore: add changelogs
1 parent be21e93 commit b96bed3

2 files changed

Lines changed: 83 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [unreleased]
2+
3+
### 🚀 Features
4+
5+
- Add multi tenant support and organizations
6+
## [0.2.0] - 2025-11-29
7+
8+
### ⚙️ Miscellaneous Tasks
9+
10+
- Update changelog
111
## [0.1.1] - 2025-11-29
212

313
### 🚀 Features
@@ -45,7 +55,79 @@
4555

4656
### 💼 Other
4757

58+
- Initial commit
59+
- Create README.md
60+
61+
create readme
62+
- Update docker-compose.yml
63+
- Merge pull request #10 from jdssl/chore/development-setup
64+
65+
chore/development setup
66+
- Pull from upstream
67+
- Add new route to tracing
68+
- Updates:
69+
Add hurl tests for user creation
70+
Expose and endpoints
71+
add user creation route to tracing log
72+
add first_login option to CreateUserRequest dto
73+
- Remvoe unnecessary comment
74+
- Merge pull request #16 from AdeThorMiwa/feat/user-reg-with-groups
75+
76+
Feat: User Registration with Groups
77+
- Merge pull request #24 from Yummy-Yums/dev-setup
78+
79+
docs: fixed dev setup with sqlx and docker compose
80+
- Merge pull request #25 from Yummy-Yums/redundant-routes-fix
81+
82+
Redundant routes fix
83+
- Merge pull request #27 from Yummy-Yums/remove-nav-links-after-login
84+
85+
Remove Register and Login Links after User login
86+
- Merge pull request #26 from Yummy-Yums/db-url-provision
87+
88+
SQLX Migration requires Database_URL environment var
89+
- Update README.md
90+
- Merge pull request #28 from JovitaPaul/main
91+
92+
Update README.md Quickstarter Setup
93+
- Update README.md
94+
95+
Fix close quickstart tag
96+
- Merge pull request #30 from Yummy-Yums/proper-redirect-to-dashboard
97+
98+
fix: redirect to dashboard properly
99+
- Merge pull request #31 from Yummy-Yums/main
100+
101+
fix: adding default run
48102
- Add github actions
103+
- Merge branch 'main' of https://github.com/jonatasoli/keyrunes into cli-tool-for-password-recovery
104+
105+
Changes to be committed:
106+
modified: Cargo.lock
107+
modified: Cargo.toml
108+
modified: src/api/auth.rs
109+
deleted: src/errors.rs
110+
modified: src/handler/auth.rs
111+
new file: src/handler/errors.rs
112+
new file: src/handler/logging.rs
113+
modified: src/handler/mod.rs
114+
modified: src/lib.rs
115+
modified: src/main.rs
116+
modified: src/views/auth.rs
117+
new file: templates/errors/400.html
118+
new file: templates/errors/403.html
119+
new file: templates/errors/404.html
120+
new file: templates/errors/500.html
121+
new file: templates/errors/503.html
122+
new file: tests/all_errors_code.rs
123+
new file: tests/test_404_error.rs
124+
- Resolved CI errors
125+
- Merge pull request #32 from Yummy-Yums/cli-tool-for-password-recovery
126+
127+
feature: cli tool for password recovery
128+
- Merge pull request #33 from Yummy-Yums/main
129+
130+
refactor: Add tests for settings functionality
49131
- Fix clippy errors
50132

51133
### 🚜 Refactor

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ postprocessors = [
3939
# See https://www.conventionalcommits.org
4040
conventional_commits = true
4141
# Exclude commits that do not match the conventional commits specification.
42-
filter_unconventional = true
42+
filter_unconventional = false
4343
# Require all commits to be conventional.
4444
# Takes precedence over filter_unconventional.
4545
require_conventional = false

0 commit comments

Comments
 (0)