Skip to content

Commit

Permalink
0.12.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Apr 14, 2022
1 parent b24bf5e commit 062de43
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flatterer"
version = "0.12.11"
version = "0.12.12"
authors = ["David Raznick <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img width="500" src="./docs/_static/flatterer-with-text.svg">

[Full Doucmentation](http://flatterer.opendata.coop/)
[Full Documentation](http://flatterer.opendata.coop/)

## Introduction

Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 062de43

Please sign in to comment.