Skip to content

Commit

Permalink
Bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elmomoilanen committed Jun 10, 2023
1 parent 2316c5f commit 17dfa61
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prime_factorization"
version = "1.0.3"
version = "1.0.4"
authors = ["Elmo Moilanen"]
edition = "2021"
license = "CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To install as a dependency (library target) for some other program, add the foll

```toml
[dependencies]
prime_factorization = "1.0.3"
prime_factorization = "1.0.4"
```

For the binary target, run command `cargo install prime_factorization` and make sure that the installation location is in PATH (i.e., Rust toolchain properly configured).
Expand Down
12 changes: 12 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Release 1.0.4 (10-06-2023)

### Fixed

- Clippy uninlined-format-args warnings

### Changed

- Default thread count when running elliptic curve factorization
- Documentation
- Keywords in Cargo.toml

# Release 1.0.3 (19-11-2022)

### Changed
Expand Down

0 comments on commit 17dfa61

Please sign in to comment.