Skip to content

Commit

Permalink
Release: 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-auer committed Jun 18, 2020
1 parent a60737c commit 557401a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.4

- Fix a panic in the Python parser. When a pipe (`|`) occurred in the format string, the formatter would panic with `"unknown conversion flag"` due to an invalid Regex.

## 0.1.3

- Remove use of deprecated `mem::uninitialized`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dynfmt"
version = "0.1.3"
version = "0.1.4"
authors = ["Jan Michael Auer <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 557401a

Please sign in to comment.