Skip to content

Commit

Permalink
Bump versions to 0.7.0, bump moc-wasm edition to 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
fxpineau committed Apr 21, 2023
1 parent 835c8c3 commit 7211d07
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions crates/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `moc-cli` Change Log

## 0.7.0

Released 2023-04-21

* No modification, release due to new moc-wasm release


## 0.6.0

Released 2023-03-28
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 = "moc-cli"
version = "0.6.0"
version = "0.7.0"
authors = ["F.-X. Pineau <[email protected]>"]
description = "Command-line to create and manipulate HEALPix Multi-Order Coverages maps (MOCs)"
license = "MIT OR Apache-2.0"
Expand Down
7 changes: 7 additions & 0 deletions crates/set/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `moc-set` Change Log

## 0.7.0

Released 2023-04-21

* No modification, release due to new moc-wasm release


## 0.6.0

Released 2023-03-28
Expand Down
2 changes: 1 addition & 1 deletion crates/set/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moc-set"
version = "0.6.0"
version = "0.7.0"
authors = ["F.-X. Pineau <[email protected]>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["healpix", "moc"]
documentation = "https://github.com/cds-astro/cds-moc-rust/tree/main/crates/wasm"
homepage = "https://github.com/cds-astro/cds-moc-rust/tree/main/crates/wasm"
repository = "https://github.com/cds-astro/cds-moc-rust/tree/main/crates/wasm"
edition = "2018"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 7211d07

Please sign in to comment.