Skip to content

Commit

Permalink
r0.15.1 release (#3304)
Browse files Browse the repository at this point in the history
Changelog and version update for Rust core release 0.15.1
  • Loading branch information
luizirber authored Aug 21, 2024
1 parent d3ae5da commit 38af8fe
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
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.

19 changes: 19 additions & 0 deletions src/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.15.1] - 2024-08-20

MSRV: 1.65

Changes/additions:

* Misc Rust updates to core (#3297)
* Implement resumability for revindex (#3275)
* Resolve issue for high precision MLE estimation (#3296)
* Added union method to HLL (#3293)

Updates:

* Bump camino from 1.1.7 to 1.1.9 (#3301)
* Bump web-sys from 0.3.69 to 0.3.70 (#3299)
* Bump serde_json from 1.0.120 to 1.0.125 (#3288) (#3280) (#3267) (#3302)
* Bump serde from 1.0.204 to 1.0.208 (#3289) (#3298)
* Bump tempfile from 3.10.1 to 3.12.0 (#3279) (#3287)

## [0.15.0] - 2024-07-27

MSRV: 1.65
Expand Down
2 changes: 1 addition & 1 deletion src/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sourmash"
version = "0.15.0"
version = "0.15.1"
authors = ["Luiz Irber <[email protected]>", "N. Tessa Pierce-Ward <[email protected]>"]
description = "tools for comparing biological sequences with k-mer sketches"
repository = "https://github.com/sourmash-bio/sourmash"
Expand Down

0 comments on commit 38af8fe

Please sign in to comment.