Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Aug 27, 2021
1 parent dc2f663 commit ef8ac0a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.4.0

- add parallel glif serialization support
- add custom outpath file extensions with `--out-ext` option
- add custom outpath appended file name strings with `--out-name` option
- add optional XML declaration single quote formatting with `--singlequote` option
- add lazy_static dependency
- bump norad dependency to v0.5.0 (from v0.4.0)
- add pretty_assertions developer dependency

## v0.3.0

- activate rayon feature in norad library dependency
Expand Down
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 = "ufofmt"
version = "0.3.1-dev.0"
version = "0.4.0"
edition = "2018"
authors = ["Chris Simpkins <chris@sourcefoundry.org>", "Nikolaus Waxweiler <madigens@gmail.com>"]
description = "A fast, flexible UFO source file formatter based on the Norad library"
Expand Down

0 comments on commit ef8ac0a

Please sign in to comment.