From 24a3085e670caa87f76f3270f76420922a770c73 Mon Sep 17 00:00:00 2001 From: pineau Date: Fri, 4 Feb 2022 16:27:38 +0100 Subject: [PATCH] Release 0.7.0 (crate) 0.3.0 (tools) --- .github/workflows/release.yml | 3 ++- CHANGELOG.md | 2 +- Cargo.toml | 2 +- README.md | 14 +++++++++++--- crates/cli/CHANGELOG.md | 2 +- crates/wasm/CHANGELOG.md | 2 +- 6 files changed, 17 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d6c019..582cc1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,8 @@ jobs: shell: pwsh run: | Get-Item * - Compress-Archive -Path D:\a\cds-moc-rust\cds-moc-rust\target\${{ matrix.config.target }}\release\moc -DestinationPath moc-${{ needs.create-github-release.outputs.version }}-${{ matrix.config.target }}.zip + compress-archive ./target/${{ matrix.config.target }}/release/moc moc-${{ needs.create-github-release.outputs.version }}-${{ matrix.config.target }}.zip + #Compress-Archive -Path D:\a\cds-moc-rust\cds-moc-rust\target\${{ matrix.config.target }}\release\moc -DestinationPath moc-${{ needs.create-github-release.outputs.version }}-${{ matrix.config.target }}.zip - name: Upload compressed binary asset if: matrix.config.os != 'windows-latest' uses: actions/upload-release-asset@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e684a8..c6ca26b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 0.7.0 -Released 2022-01-XX +Released 2022-02-04 ### Added diff --git a/Cargo.toml b/Cargo.toml index c1990c9..5da56ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "moc" -version = "0.6.1" +version = "0.7.0" authors = [ "F.-X. Pineau ", "Matthieu Baumann " diff --git a/README.md b/README.md index 5418f34..fa6ebb6 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,20 @@ # `moc` -The Rust MOC library used in +Read, write, create and manipulate HEALPix **M**ulti-**O**rder **C**overage maps (**MOC**s), +i.e. discretized geomatrical surfaces on the unit sphere. + +[![](https://img.shields.io/crates/v/moc.svg)](https://crates.io/crates/moc) +[![](https://img.shields.io/crates/d/moc.svg)](https://crates.io/crates/moc) +[![API Documentation on docs.rs](https://docs.rs/moc/badge.svg)](https://docs.rs/moc/) +[![BenchLib](https://github.com/cds-astro/cds-moc-rust/actions/workflows/bench.yml/badge.svg)](https://github.com/cds-astro/cds-moc-rust/actions/workflows/bench.yml) + +MOC Lib Rust, the Rust MOC library used in [MOCPy](https://github.com/cds-astro/mocpy), [MOCli](https://github.com/cds-astro/cds-moc-rust/tree/main/crates/cli) and [MOCWasm](https://github.com/cds-astro/cds-moc-rust/tree/main/crates/wasm). -Read, write, create and manipulate HEALPix **M**ulti-**O**rder **C**overage maps (**MOC**s), -i.e. discretized geomatrical surfaces on the unit sphere. + +MOC Lib Rust rely on the [CDS HEALPix Rust library](https://github.com/cds-astro/cds-healpix-rust). ## About diff --git a/crates/cli/CHANGELOG.md b/crates/cli/CHANGELOG.md index dd5b85e..5ac4a8f 100644 --- a/crates/cli/CHANGELOG.md +++ b/crates/cli/CHANGELOG.md @@ -2,7 +2,7 @@ ## 0.3.0 -Realeased 2022-01-XX +Realeased 2022-02-04 * Add moc from ring * Add indirect split (in addition to direct split) diff --git a/crates/wasm/CHANGELOG.md b/crates/wasm/CHANGELOG.md index b7c3321..c995c85 100644 --- a/crates/wasm/CHANGELOG.md +++ b/crates/wasm/CHANGELOG.md @@ -2,7 +2,7 @@ ## 0.3.0 -Released 2022-01-XX +Released 2022-02-04 * Add moc from ring * Add indirect split (in addition to direct split)