Skip to content

Commit

Permalink
🔖 Bump up to version 0.2.1 -> 0.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
korawica committed May 7, 2024
1 parent c88f258 commit a95f273
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

## Latest Changes

## 0.2.2

### :sparkles: Features

- :dart: feat: add node legacy for initial ingest. (_2024-05-07_)
- :dart: feat: add create statement on modern node service. (_2024-05-07_)
- :dart: feat: add ActionQuery to use instead legacy Action for pushdown query. (_2024-05-07_)
- :dart: feat: add schema setup for target database for the first setup. (_2024-05-06_)

### :black_nib: Code Changes

- :art: style: change code style that exceed limi length. (_2024-05-07_)
- :construction: refactored: add method on services file that will implement. (_2024-05-07_)
- :art: style: add debug text for table control does not exists. (_2024-05-06_)
- :construction: refactored: edit char length in code. (_2024-05-06_)

### :bug: Fix Bugs

- :gear: fixed: fix path of logging utils that does not change from old ver. (_2024-05-07_)
- :gear: fixed: uncomment control tables for frontend. (_2024-05-06_)
- :gear: fixed: fix legacy path that does not match with real path. (_2024-05-06_)

## 0.2.1

### :sparkles: Features
Expand Down
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = "0.2.1"
__version__: str = "0.2.2"

0 comments on commit a95f273

Please sign in to comment.