Skip to content

Commit c8747e1

Browse files
committed
chore: prepare release 0.13.1
1 parent 27bf4ce commit c8747e1

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Common Changelog](https://common-changelog.org/),
66
and 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_

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asserting"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
authors = ["haraldmaida"]
55
license = "MIT OR Apache-2.0"
66
edition = "2021"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@
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))]

0 commit comments

Comments
 (0)