Skip to content

Commit

Permalink
Version 1.0.0-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm committed Oct 8, 2024
1 parent b260128 commit 597c6f7
Show file tree
Hide file tree
Showing 3 changed files with 3 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 = "unicode-joining-type"
version = "0.7.0"
version = "1.0.0-pre"
authors = ["YesLogic Pty. Ltd. <info@yeslogic.com>"]
edition = "2018"

Expand Down
1 change: 1 addition & 0 deletions src/joining_group_tables.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
// yeslogic-ucd-generate 0.7.0 is available on crates.io.

#[non_exhaustive]
#[derive(Clone, Copy, Debug, Hash, Eq, PartialEq)]
pub enum JoiningGroup {
AfricanFeh,
Expand Down
1 change: 1 addition & 0 deletions src/joining_type_tables.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
// yeslogic-ucd-generate 0.7.0 is available on crates.io.

#[non_exhaustive]
#[derive(Clone, Copy, Debug, Hash, Eq, PartialEq)]
pub enum JoiningType {
DualJoining,
Expand Down

0 comments on commit 597c6f7

Please sign in to comment.