Skip to content

Commit

Permalink
Bump minor version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Dec 11, 2024
1 parent 715e2bd commit da8a751
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@

This file contains the changes to the crate since version 0.4.8.

## 0.10.0

## 0.9.11

- Add back the `fast_test` feature, but make it do nothing.
This fixes any breaking changes from the feature removal,
in case someone had time to start using it and runs `cargo-update`.

## 0.9.10
The effect of all the yanked versions is that the dependency has been removed,
but running `cargo update` will never break anything.

## 🗑️ ~~0.9.10~~ Yanked because removing a feature is a breaking change

- Correct feature information in docs and readme.

## 0.9.9
## 🗑️ ~~0.9.9~~ Yanked because removing a feature is a breaking change

- Publish a version that doesn't have the `fast_test` feature to enable
downstream users to just run `cargo update` after versions 0.9.7 and 0.9.8 are yanked.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "const-primes"
authors = ["Johanna Sörngård <jsorngard@gmail.com>"]
version = "0.9.11"
version = "0.10.0"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["const", "primes", "no_std", "prime-numbers"]
Expand Down Expand Up @@ -33,9 +33,6 @@ zerocopy = ["dep:zerocopy"]
# Derives the `Serialize`, `Deserialize`, and `Archive` traits from the [`rkyv`](https://crates.io/crates/rkyv) crate for the `Primes` struct.
rkyv = ["dep:rkyv"]

fast_test = []


[package.metadata.docs.rs]
# Document all features.
all-features = true
Expand Down

0 comments on commit da8a751

Please sign in to comment.