Skip to content

Commit 0c23267

Browse files
committed
feat: relabel from RC to alpha
1 parent 1438a9f commit 0c23267

2 files changed

Lines changed: 2 additions & 2 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 = "kiddo"
3-
version = "6.0.0-rc1"
3+
version = "6.0.0-alpha.1"
44
edition = "2021"
55
authors = ["Scott Donnelly <scott@donnel.ly>"]
66
description = "A high-performance, flexible, ergonomic k-d tree library. Ideal for geo- and astro- nearest-neighbour and k-nearest-neighbor queries"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#![warn(missing_docs)]
66
#![warn(rustdoc::broken_intra_doc_links)]
77
#![warn(rustdoc::private_intra_doc_links)]
8-
#![doc(html_root_url = "https://docs.rs/kiddo/6.0.0")]
8+
#![doc(html_root_url = "https://docs.rs/kiddo/6.0.0-alpha.1")]
99
#![doc(issue_tracker_base_url = "https://github.com/sdd/kiddo/issues/")]
1010
#![allow(clippy::pointers_in_nomem_asm_block)]
1111
#![allow(clippy::too_many_arguments)]

0 commit comments

Comments
 (0)