Skip to content

Commit

Permalink
Prepare 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyr committed Sep 28, 2021
1 parent 3882b0e commit a4a2b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "norad"
version = "0.5.1"
version = "0.6.0"
authors = ["Colin Rofls <[email protected]>", "Nikolaus Waxweiler <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2018"
Expand Down
1 change: 1 addition & 0 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use crate::GlyphName;

/// Errors that occur while working with font objects.
#[derive(Debug)]
#[non_exhaustive]
pub enum Error {
/// An error returned when trying to save an UFO in anything less than the latest version.
DowngradeUnsupported,
Expand Down

0 comments on commit a4a2b13

Please sign in to comment.