Skip to content

Commit 054a1be

Browse files
committed
🔖 Bump up to version 0.0.1.post1 -> 0.0.2.
1 parent fcd6d81 commit 054a1be

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

33
## Latest Changes
44

5+
## 0.0.2
6+
7+
### :sparkles: Features
8+
9+
- :dart: feat: add remove comment flag in load method.
10+
- :dart: feat: add databricks/scd1-soft-delete template.
11+
- :dart: feat: add macros and utils for dynamic template generator.
12+
- :dart: feat: add databricks/delta template.
13+
14+
### :package: Build & Workflow
15+
16+
- :toolbox: build: add name on publish workflow.
17+
518
## 0.0.1.post1
619

720
### :black_nib: Code Changes

src/sqlplate/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.0.1.post1"
1+
__version__ = "0.0.2"
22
__version_tuple__ = tuple(map(int, __version__.split(".")[:3]))

0 commit comments

Comments
 (0)