Skip to content

Commit 7822a8e

Browse files
committed
Bump versions for new releases
1 parent fe2574c commit 7822a8e

5 files changed

Lines changed: 26 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cdshealpix"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>"]
55
edition = "2021"
66
rust-version = "1.81"

crates/cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# `hpx-cli` Change Log
22

3+
## 0.1.2
4+
5+
Released 2025-03-09
6+
7+
### Fixed
8+
9+
* Bugs in Heapix Cumulative Index
10+
11+
12+
313
## 0.1.1
414

515
Released 2025-06-02

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hpx-cli"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>"]
55
description = "Command-line tool to play with HEALPix"
66
license = "MIT OR Apache-2.0"

crates/wasm/CHANGELOG.mod

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# `cdshealpix-wasm` Change Log
2+
3+
## 0.9.1
4+
5+
Released 2026-03-09.
6+
7+
### Chnaged
8+
9+
* Bump cdsheapix version to 0.9.1
10+
11+
112

213
## 0.1.2
314

@@ -7,7 +18,7 @@ Released 2019-05-10.
718

819
* We have started to run astropy-healpix tests on cdshealpix in the python wrapper project
920

10-
## Added
21+
### Added
1122

1223
* Methods to get internal/external edges of a cell a deeper depth
1324

crates/wasm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cdshealpix-wasm"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>"]
55
description = """
66
WASM version of the CDS HEALPix library.
@@ -12,7 +12,7 @@ keywords = ["healpix"]
1212
documentation = "https://github.com/cds-astro/cds-healpix-rust/tree/main/crates/wasm"
1313
homepage = "https://github.com/cds-astro/cds-healpix-rust/tree/main/crates/wasm"
1414
repository = "https://github.com/cds-astro/cds-healpix-rust/tree/main/crates/wasm"
15-
edition = "2024"
15+
edition = "2021"
1616

1717
[lib]
1818
crate-type = ["cdylib", "rlib"]

0 commit comments

Comments
 (0)