Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ If you found an issue, have a suggestion or want to provide feedback or insights
the [issue tracker](https://github.com/foresterre/parameterized/issues), or open a topic in
the [discussions section](https://github.com/foresterre/parameterized/discussions).

## [2.1.0] - 2025-11-07

### Changed

* Updated MSRV to Rust `1.68`
* Updated parameterized-macro to `3.0.0`

[2.1.0]: https://github.com/foresterre/parameterized/releases/tag/v2.1.0

## [2.0.0] - 2024-03-05

### Added
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 = "parameterized"
version = "2.0.0"
version = "2.1.0"
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
Loading