Skip to content

Commit

Permalink
Merge pull request #41 from Anders429/master
Browse files Browse the repository at this point in the history
Merge `master` into `dev`.
  • Loading branch information
Anders429 authored Dec 26, 2023
2 parents 4578f4b + b435808 commit f4fc1d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.7.1 - 2023-12-26
### Changed
- `PartialEq` implementation for `Tokens` now avoids unnecessary iterator cloning when checking against `Unordered` `Token`s.
- Lowered MSRV to `1.56.0`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_assert"
version = "0.7.0"
version = "0.7.1"
authors = ["Anders Evensen"]
edition = "2021"
rust-version = "1.56.0"
Expand Down

0 comments on commit f4fc1d3

Please sign in to comment.