Skip to content

Commit 557401a

Browse files
committed
Release: 0.1.4
1 parent a60737c commit 557401a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.4
4+
5+
- 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.
6+
37
## 0.1.3
48

59
- Remove use of deprecated `mem::uninitialized`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dynfmt"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Jan Michael Auer <mail@jauer.org>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)