Skip to content

Commit

Permalink
Add missing changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Polochon-street committed Sep 25, 2024
1 parent 65acae6 commit b633eba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## blissify 0.5.2
* Integration tests can now be run using `cargo test --features=integration-tests`.

## blissify 0.5.1
* Add support for Mahalanobis distance.

Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blissify"
version = "0.5.1"
version = "0.5.2"
authors = ["Polochon-street <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion tests/cli.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// TODO before publishing: gate it behind the feature
#[cfg(feature = "integration-tests")]
mod tests {
use assert_cmd::prelude::*;
use assert_fs::prelude::*;
Expand Down

0 comments on commit b633eba

Please sign in to comment.