Skip to content

Commit

Permalink
Merge pull request #68 from florian1345/prepare-0.4.0
Browse files Browse the repository at this point in the history
Prepare version 0.4.0
  • Loading branch information
florian1345 authored Jan 31, 2025
2 parents 6a4c3a1 + 4620cb4 commit 87fed61
Show file tree
Hide file tree
Showing 2 changed files with 2 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 = "kernal"
version = "0.3.0"
version = "0.4.0"
authors = [ "Florian Weinacker <[email protected]>" ]
edition = "2021"
description = "A fluent assertion framework for Rust."
Expand Down
2 changes: 1 addition & 1 deletion src/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use std::io::ErrorKind;
use std::path::Path;

/// An extension trait to be used on the output of [assert_that](crate::assert_that) with a [Path]
/// argument.
/// argument (or, more generally, an argument that implements `AsRef<Path>`).
///
/// Examples:
///
Expand Down

0 comments on commit 87fed61

Please sign in to comment.