File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Common Changelog] ( https://common-changelog.org/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.13.1 - 2026-02-15
9+
10+ ### Added
11+
12+ * doc: provide an example on how to write a custom assertion method with reusing existing assertions
13+
14+ ### Changed
15+
16+ * doc: custom assertion in example ` AssertOver18 ` is implemented for generic ` S: Borrow<Person> `
17+
818## 0.13.0 - 2026-02-15
919
1020_ Custom assertion methods without expectations_
Original file line number Diff line number Diff line change 11[package ]
22name = " asserting"
3- version = " 0.13.0 "
3+ version = " 0.13.1 "
44authors = [" haraldmaida" ]
55license = " MIT OR Apache-2.0"
66edition = " 2021"
Original file line number Diff line number Diff line change 761761//! [`named()`]: spec::Spec::named
762762//! [`located_at()`]: spec::Spec::located_at
763763
764- #![ doc( html_root_url = "https://docs.rs/asserting/0.13.0 " ) ]
764+ #![ doc( html_root_url = "https://docs.rs/asserting/0.13.1 " ) ]
765765#![ cfg_attr( not( feature = "std" ) , no_std) ]
766766// Render feature requirements in docs.rs
767767#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
You can’t perform that action at this time.
0 commit comments