Add changelog, bump version to 0.2.0
continuous-integration/drone/tag Build encountered an error
Details
continuous-integration/drone/tag Build encountered an error
Details
This commit is contained in:
parent
338e1adc21
commit
087382ed05
|
@ -0,0 +1,14 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
## [0.2.0] - 2022-04-07
|
||||||
|
|
||||||
|
- added the `--input-directory` and `--output-file` arguments
|
||||||
|
|
||||||
|
## [0.1.0] - 2022-03-01
|
||||||
|
|
||||||
|
Initial release.
|
||||||
|
This first version works but comes with limitations making it unusable for but a single purpose:
|
||||||
|
|
||||||
|
- input files and output CSV file is hardcoded
|
||||||
|
- field names are hardcoded
|
||||||
|
- field transformations are hardcoded
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = frontmatter-to-csv
|
name = frontmatter-to-csv
|
||||||
version = 0.1.0
|
version = 0.2.0
|
||||||
author = Lukáš Kucharczyk
|
author = Lukáš Kucharczyk
|
||||||
author_email = lukas@kucharczyk.xyz
|
author_email = lukas@kucharczyk.xyz
|
||||||
description = Convert YAML front matter to CSV
|
description = Convert YAML front matter to CSV
|
||||||
|
|
Loading…
Reference in New Issue