Skip to content

Commit 2a8342c

Browse files
Merge pull request #47 from source-foundry/release-prep
v0.7.1 release prep
2 parents 3280e67 + 507f90c commit 2a8342c

File tree

3 files changed

+90
-74
lines changed

3 files changed

+90
-74
lines changed

CHANGELOG.md

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

3+
## v0.7.1
4+
5+
- Refactor unnecessary late assignment in `formatters::format_ufo` (clippy lint)
6+
- Dependency updates:
7+
- clap v2.33.3 to v2.34.0
8+
- crossbeam-channel from v0.5.1 to v0.5.2
9+
- crossbeam-epoch from v0.8.5 to v0.8.6
10+
- crossbeam-utils from v0.8.5 to v0.8.6
11+
- getrandom from v0.2.3 to v0.2.4
12+
- indexmap from v1.7.0 to v1.8.0
13+
- libc from v0.2.102 to v0.2.115
14+
- memoffset from v0.6.4 to v0.6.5
15+
- plist v1.2.1 to v1.3.1
16+
- proc_macro v1.0.29 to v1.0.36
17+
- quote v1.0.9 to v1.0.15
18+
- serde v1.0.130 to v1.0.136
19+
- serde_derive from v1.0.130 to v1.0.136
20+
- structopt v0.3.25 to v0.3.26
21+
- syn from v1.0.76 to v1.0.86
22+
- unicode-width from v0.1.8 to v0.1.9
23+
- version_check from v0.9.3 to v0.9.4
24+
- New dependencies:
25+
- itoa v1.0.1
26+
- num_threads v0.1.3
27+
- time v0.3.7
28+
- Removed dependencies:
29+
- num-integer
30+
331
## v0.7.0
432

533
- Convert to f64 float value formatting for all numeric fields in the UFO specification that use floats

Cargo.lock

Lines changed: 61 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ufofmt"
3-
version = "0.7.1-dev.0"
3+
version = "0.7.1"
44
edition = "2018"
55
authors = ["Chris Simpkins <chris@sourcefoundry.org>", "Nikolaus Waxweiler <madigens@gmail.com>", "Colin Rofls <colin@cmyr.net>"]
66
description = "A fast, flexible UFO source file formatter based on the Norad library"

0 commit comments

Comments
 (0)