Skip to content

Commit fd46dcb

Browse files
committed
Bump version to 1.0.5
1 parent 7edd708 commit fd46dcb

3 files changed

Lines changed: 14 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 = "prime_factorization"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
authors = ["Elmo Moilanen"]
55
edition = "2021"
66
license = "CC0-1.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To install as a dependency (library target) for another program, add the followi
1313

1414
```toml
1515
[dependencies]
16-
prime_factorization = "1.0.4"
16+
prime_factorization = "1.0.5"
1717
```
1818

1919
For the binary target, run the command `cargo install prime_factorization` and ensure that the installation location is in your PATH (i.e., Rust toolchain properly configured).

RELEASES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Release 1.0.5 (06-12-2024)
2+
3+
### Fixed
4+
5+
- Bug in Fermat's factorization method (factors found by this method are not necessarily prime factors)
6+
7+
### Changed
8+
9+
- Set max number of Fermat's factorization rounds to three (previously five)
10+
- Minor code refactoring wrt. wheel and trial division factorization methods
11+
- Documentation
12+
113
# Release 1.0.4 (10-06-2023)
214

315
### Fixed

0 commit comments

Comments
 (0)