File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010[ Please read through the Keep a Changelog (~ 5min)] ( https://keepachangelog.com/en/1.0.0/ ) .
1111
12- ## [ v0.0.21 ] - 2023-06-07
12+ ## [ v0.0.3 ] - 2023-06-07
1313### Fixed
1414- infer datatypes from sequence_by to __ START_AT, __ END_AT for apply changes API
15- ### Modified
15+ ### Changed
1616- setup.py for version
17- - removed git release tag from github actions
17+ ### Removed
18+ - Git release tag from github actions
1819
1920## [ v0.0.2] - 2023-05-11
2021### Added
Original file line number Diff line number Diff line change 1919 """
2020setup (
2121 name = "dlt_meta" ,
22- version = "0.0.2.1 " ,
22+ version = "0.0.2.3 " ,
2323 python_requires = ">=3.8" ,
2424 setup_requires = ["wheel>=0.37.1,<=0.40.0" ],
2525 install_requires = INSTALL_REQUIRES ,
You can’t perform that action at this time.
0 commit comments