-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Cargo.toml and CHANGELOG to prepare for v0.5.0
- Loading branch information
Showing
6 changed files
with
35 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "votable" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = [ | ||
"F.-X. Pineau <[email protected]>", | ||
"T. Dumortier <[email protected]>" | ||
|
@@ -71,4 +71,4 @@ strip = true # Automatically strip symbols from the binary. | |
opt-level = 3 # 1,2,3,s,z Optimize for size instead of speed | ||
lto = true | ||
panic = "abort" | ||
codegen-units = 1 | ||
codegen-units = 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "votable-cli" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["F.-X. Pineau <[email protected]>"] | ||
description = "Command-line to extract information from IVOA VOTables and to convert VOTable back and forth in XML, JSON, YAML, TOML (and to CSV) while preserving all elements (except in CSV)." | ||
license = "MIT OR Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "votable-wasm" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["F.-X. Pineau <[email protected]>"] | ||
description = "Convert, in WASM, IVOA VOTables in XML, JSON, YAML and TOML" | ||
license = "MIT OR Apache-2.0" | ||
|