Skip to content

Commit f781ca8

Browse files
committed
Bump version number and remove the (unreleased) marker from v0.10.5
1 parent 57ee16b commit f781ca8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## 0.10.5 (unreleased)
5+
## 0.10.5
66

77
- Excluded unneeded files from being published to crates.io.
88
- Use caching to speed up CI.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "const-primes"
33
authors = ["Johanna Sörngård <[email protected]>"]
4-
version = "0.10.4"
4+
version = "0.10.5"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
keywords = ["const", "primes", "prime-numbers"]

0 commit comments

Comments
 (0)