Skip to content

Commit

Permalink
chore: Release smooth-numbers version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoStra committed May 5, 2023
1 parent fddea1a commit db362ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org).
<!-- next-header -->
## [Unreleased]

## [0.4.2] - 2023-05-05

### Changed

- Optimized the code for `with_primes`.
Expand Down Expand Up @@ -71,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org).
- Initial implementation of `pratt` and `smooth`.

<!-- next-url -->
[Unreleased]: https://github.com/FedericoStra/smooth-numbers/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/FedericoStra/smooth-numbers/compare/v0.4.2...HEAD
[0.4.2]: https://github.com/FedericoStra/smooth-numbers/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/FedericoStra/smooth-numbers/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/FedericoStra/smooth-numbers/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/FedericoStra/smooth-numbers/compare/v0.3.0...v0.3.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smooth-numbers"
version = "0.4.1"
version = "0.4.2"
authors = ["Federico Stra <[email protected]>"]
description = "Algorithms to generate smooth numbers"
license = "MIT" # https://spdx.org/licenses/
Expand Down

0 comments on commit db362ee

Please sign in to comment.