File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11## Changelog
22
3+ ### [ 1.0.1] - 2025-04-24
4+
5+ - Minor fixes to SQL statements.
6+
37### [ 1.0.0] - 2024-12-11
48
59#### Added
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ A python parser for the FAA CIFP.
66
77| Version | Description | Release Date |
88| ------- | ------------------------------------------------------------------- | ------------ |
9+ | 1.0.1 | Minor fixes to SQL statements. | 2025-04-24 |
910| 1.0.0 | Updated table handling to include additional detail and data types. | 2024-12-11 |
1011| 0.9.3 | Updated procedure handling (breaking changes) and database support. | 2024-11-15 |
1112| 0.9.2 | Minor fixes. | 2024-07-13 |
Original file line number Diff line number Diff line change 11[metadata]
22name = cifparse
3- version = 1.0.0
3+ version = 1.0.1
44author = misterrodg
55description = A python parser for the FAA CIFP
66long_description = file: README.md
You can’t perform that action at this time.
0 commit comments