From 062de43c6a71aa5ca7fcd27cd2e67bc12f2af013 Mon Sep 17 00:00:00 2001 From: David Raznick Date: Fri, 15 Apr 2022 00:16:55 +0100 Subject: [PATCH] 0.12.12 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- docs/changelog.md | 7 +++++++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 830ab5a..093d946 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -298,7 +298,7 @@ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" [[package]] name = "flatterer" -version = "0.12.11" +version = "0.12.12" dependencies = [ "clap 3.1.8", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 2e2ff24..7f3b540 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatterer" -version = "0.12.11" +version = "0.12.12" authors = ["David Raznick "] edition = "2021" diff --git a/README.md b/README.md index 7a50a31..a4766a7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[Full Doucmentation](http://flatterer.opendata.coop/) +[Full Documentation](http://flatterer.opendata.coop/) ## Introduction diff --git a/docs/changelog.md b/docs/changelog.md index 799961d..ea4e00b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.12.12] - 2021-04-15 + +### Changed + +- Datapackage output uses correct date type +- Lists of strings are now escaped the same way as optional quoted CSVs + ## [0.12.11] - 2021-04-09 ### Changed