Skip to content

Commit

Permalink
Prepare for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fxpineau committed Feb 6, 2024
1 parent 56e4588 commit 5a85487
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# `votable` Change Log

## 0.4.0

Released 2024-02-06

### Added

* Enrich API with elements such as `push_elem` or `set_xxçby_ref` and re-export.
* Provide with a MIVOT `DoNothing` visitor
* Provide with a `VOTableVisitor` trait and `visitor` methods on the ful VOTable
* Add methods to merge together two `Fields`

### Changed

* `Version` and `xmlns` are now mandatory in VOTable (with v1.4 as edfault)
* Add `xmlns:xsi` and `xsi:schemaLocation` in VOTable optional attributes (instead of extra)
* Add logger to control stderr messages


## 0.3.0

Released 2024-01-12
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "votable"
version = "0.3.0"
version = "0.4.0"
authors = [
"F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>",
"T. Dumortier <thibault.dumortier@astro.unistra.fr>"
Expand Down
10 changes: 10 additions & 0 deletions crates/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# `moc-cli` Change Log

## 0.4.0

Released 2023-02-06

* Add logger to control stderr messages
* Version and xmlns now mandatory in VOTable (with v1.4 as default)


## 0.3.0

Released 2023-01-12
Expand All @@ -9,13 +17,15 @@ Released 2023-01-12
* Add Mivot parsing (VODML tag)
* For other changes/bug correction, see the `votable` crate changelog


## 0.2.3

Released 2023-05-01

* Accept CDATA in 'Info', 'Description', 'Link', 'ParamRef' and 'FieldRef' content
* Accept empty 'precision' and 'width' attributes


## 0.2.2

Released 2023-05-01
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "votable-cli"
version = "0.3.0"
version = "0.4.0"
authors = ["F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>"]
description = "Command-line to convert IVOA VOTables in XML, JSON, YAML and TOML"
license = "MIT OR Apache-2.0"
Expand Down
7 changes: 7 additions & 0 deletions crates/wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `vot-wasm` Change Log

## 0.4.0

Released 2023-02-06

* Version and xmlns now mandatory in VOTable (with v1.4 as default)


## 0.3.0

Released 2023-01-12
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "votable-wasm"
version = "0.3.0"
version = "0.4.0"
authors = ["F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>"]
description = "Convert, in WASM, IVOA VOTables in XML, JSON, YAML and TOML"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 5a85487

Please sign in to comment.