Skip to content

Commit

Permalink
Update changelog (#446)
Browse files Browse the repository at this point in the history
This starts including 0.99.18, 0.99.19, and 2.0.1 changelogs.

---------

Co-authored-by: tyranron <[email protected]>
  • Loading branch information
JelteF and tyranron authored Feb 3, 2025
1 parent 5afbaa1 commit 2aeee4d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.1 - 2025-02-03

### Added

- Add crate metadata for the Rust Playground. This makes sure that the Rust
Playground will have all `derive_more` features available once
[`selectors`](https://docs.rs/selectors/latest/selectors) crate updates its
`derive_more` version.
([#445](https://github.com/JelteF/derive_more/pull/445))

## 2.0.0 - 2025-02-03

Expand Down Expand Up @@ -40,6 +49,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Incorrect dereferencing of unsized fields in `Debug` and `Display` expansions.
([#440](https://github.com/JelteF/derive_more/pull/440))

## 0.99.19 - 2025-02-03

- Add crate metadata for the Rust Playground.

## 1.0.0 - 2024-08-07

Expand Down Expand Up @@ -168,6 +180,11 @@ to call out, but there are many more changes that are documented below:
expressions, due to field variables being references.
([#381](https://github.com/JelteF/derive_more/pull/381))

## 0.99.18 - 2024-06-15

- Upgrade to `syn` 2.0.
- The minimum supported Rust version (MSRV) is now Rust 1.65.

## 0.99.10 - 2020-09-11

### Added
Expand Down

0 comments on commit 2aeee4d

Please sign in to comment.