Skip to content

Commit f119bc4

Browse files
committed
🏷️ Bump up to version 0.0.6 -> 0.0.7.
1 parent 2abab48 commit f119bc4

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
22

33
## Latest Changes
44

5+
## 0.0.7
6+
7+
### :stars: Highlight Features
8+
9+
- :star: hl: move static and template path to src.
10+
11+
### :sparkles: Features
12+
13+
- :dart: feat: add dynamic active on sidebar.
14+
- :dart: feat: move base model to models module.
15+
- :dart: feat: add associate models support role and group.
16+
17+
### :bug: Bug fixes
18+
19+
- :gear: fixed: change log to trace.
20+
- :gear: fixed: change filename of model testcase that was deleted.
21+
- :gear: fixed: revise route module name.
22+
23+
### :black_nib: Code Changes
24+
25+
- :art: styled: add history metadata on workflow page.
26+
- :construction: Feature: redesign uxui and authentication flow on this app (#35)
27+
- :construction: refactored: ⬆ deps: bump jinja2 from 3.1.5 to 3.1.6 (#36)
28+
- :construction: refactored: ⬆ deps: bump fastapi from 0.115.8 to 0.115.10 (#34)
29+
- :construction: refactored: ⬆ deps: bump bcrypt from 4.2.1 to 4.3.0 (#33)
30+
- :test_tube: tests: update associate table for role and policy.
31+
- :test_tube: tests: models policy testcase.
32+
- :test_tube: tests: config pytest logging level to info.
33+
- :test_tube: tests: seperate testcase for models.
34+
- :test_tube: tests: update fixure for database.
35+
- :test_tube: tests: update db testcase.
36+
- :fast_forward: merge: branch 'main' of https://github.com/ddeutils/ddeutil-observe.
37+
- :construction: refactored: ⬆ deps: bump aiosqlite from 0.20.0 to 0.21.0 (#31)
38+
39+
### :broom: Deprecate & Clean
40+
41+
- :recycle: clean: change | to optional and union type hint.
42+
543
## 0.0.6
644

745
### :sparkles: Features

src/ddeutil/observe/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "0.0.6"
1+
__version__: str = "0.0.7"

0 commit comments

Comments
 (0)