Skip to content

Commit

Permalink
Update Cargo.toml files and Changelogs to prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
fxpineau committed Dec 11, 2023
1 parent 671c87c commit 82a60e6
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# `moc` Change Log

## 0.11.4

Released 2023-12-11

### Added

* test index validity in ASCII MOCs


## 0.11.3 (no bug fix, but minor add)

Released 2023-03-31
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ exclude = ["crates/wasm"]


[dependencies]
num = "0.4"
num = "0.4.1"
nom = "7.1.3"
quick-error = "2.0.1"
healpix = { package = "cdshealpix", version = "0.6.6" }
Expand Down
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.8.0

Released 2023-12-11

* Minor option bound checks updated


## 0.7.0

Released 2023-04-21
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.7.0"
version = "0.8.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/wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `moc-wasm` Change Log

## 0.8.0

Released 2023-12-11

* No modification, relaesed because of changes in MOCSet


## 0.7.0

Released 2023-04-21
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 = "moc-wasm"
version = "0.7.0"
version = "0.8.0"
authors = ["F.-X. Pineau <[email protected]>"]
description = """
WASM library to create and manipulate HEALPix
Expand Down

0 comments on commit 82a60e6

Please sign in to comment.