Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Jul 23, 2021
1 parent 238e2c2 commit 3c05374
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.1.1

- improve help message for input path arguments
- fix installation documentation (`cargo install` no longer works)

## v0.1.0

- initial release with rayon-based parallel UFO source formatting support
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.1.0"
version = "0.1.1"
edition = "2018"
authors = ["Chris Simpkins <chris@sourcefoundry.org>"]
description = "A highly opinionated UFO source file formatter based on the Norad library"
Expand Down

0 comments on commit 3c05374

Please sign in to comment.