Skip to content

Commit

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

## v0.2.0

- add UFO directory validity checks and informative error messages
- refactor UFO dir path argument parsing to use PathBuf, skip unnecessary extra String->PathBuf instantiation step
- refactor format_ufo function to take a PathBuf reference parameter (from String reference)

## v0.1.2

- add Cargo.lock definitions
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.1.3-dev.0"
version = "0.2.0"
edition = "2018"
authors = ["Chris Simpkins <[email protected]>"]
description = "A highly opinionated UFO source file formatter based on the Norad library"
Expand Down

0 comments on commit c8ea337

Please sign in to comment.