From 59d3bebd242623794d4f4dc53d4366b0af4f6756 Mon Sep 17 00:00:00 2001 From: fxpineau Date: Fri, 28 Jun 2024 08:46:04 +0200 Subject: [PATCH] Prepare for v0.15 moc-lib-rust and 0.9.1 tools --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- crates/cli/CHANGELOG.md | 7 +++++++ crates/cli/Cargo.toml | 2 +- crates/set/CHANGELOG.md | 7 +++++++ crates/set/Cargo.toml | 2 +- crates/wasm/CHANGELOG.md | 7 +++++++ crates/wasm/Cargo.toml | 2 +- 8 files changed, 41 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 435da90..a5f49a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # `moc` Change Log +## 0.15.0 + +Released 2024-06-27 + +## Fixed + +* Remove spurious coma in empty MOC JSON serialization + +## Added + +* Add methods `all_cells_with_unidirectional_neig` +* Re-export 'OrdinalMap' and 'OrdinalSet' +* Add a `BorrowedRangeMOC` struct with method `overlap` operator +* Add method `overlapped_by_iter` to both `RangeMOC` and `BorrowedRangeMOC` + + ## 0.14.2 Released 2024-05-28 diff --git a/Cargo.toml b/Cargo.toml index 36f5631..24a96f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moc" -version = "0.14.2" +version = "0.15.0" authors = [ "F.-X. Pineau ", "Matthieu Baumann " diff --git a/crates/cli/CHANGELOG.md b/crates/cli/CHANGELOG.md index 50e05f9..8faf4f0 100644 --- a/crates/cli/CHANGELOG.md +++ b/crates/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # `moc-cli` Change Log +## 0.9.1 + +Released 2024-06-28 + +* Fix spurious coma in serialization of empty MOC in JSON + + ## 0.9.0 Released 2024-05-14 diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 9ea6cfd..38d5dd8 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moc-cli" -version = "0.9.0" +version = "0.9.1" authors = ["F.-X. Pineau "] description = "Command-line to create and manipulate HEALPix Multi-Order Coverages maps (MOCs)" license = "MIT OR Apache-2.0" diff --git a/crates/set/CHANGELOG.md b/crates/set/CHANGELOG.md index 16da7c8..cc2d26d 100644 --- a/crates/set/CHANGELOG.md +++ b/crates/set/CHANGELOG.md @@ -1,5 +1,12 @@ # `moc-set` Change Log +## 0.9.1 + +Released 2024-06-28 + +* Fix spurious coma in serialization of empty MOC in JSON in moc-lib-rust + + ## 0.9.0 Released 2024-05-14 diff --git a/crates/set/Cargo.toml b/crates/set/Cargo.toml index 8ba36c2..72877a0 100644 --- a/crates/set/Cargo.toml +++ b/crates/set/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moc-set" -version = "0.9.0" +version = "0.9.1" authors = ["F.-X. Pineau "] description = "Command-line tool to build, update and query a persistent set of HEALPix Multi-Order Coverages maps (MOCs)" license = "MIT OR Apache-2.0" diff --git a/crates/wasm/CHANGELOG.md b/crates/wasm/CHANGELOG.md index fd0ecff..1697629 100644 --- a/crates/wasm/CHANGELOG.md +++ b/crates/wasm/CHANGELOG.md @@ -1,5 +1,12 @@ # `moc-wasm` Change Log +## 0.9.1 + +Released 2024-06-28 + +* Fix spurious coma in serialization of empty MOC in JSON + + ## 0.9.0 Released 2024-05-14 diff --git a/crates/wasm/Cargo.toml b/crates/wasm/Cargo.toml index 23e659f..b2edfdc 100644 --- a/crates/wasm/Cargo.toml +++ b/crates/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moc-wasm" -version = "0.9.0" +version = "0.9.1" authors = ["F.-X. Pineau "] description = """ WASM library to create and manipulate HEALPix