Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing MSRV-bumps in changelog #695

Merged
merged 3 commits into from
Mar 7, 2024
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
16 changes: 16 additions & 0 deletions crates/toml/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog].
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Compatibility

MSRV is now 1.70
tyilo marked this conversation as resolved.
Show resolved Hide resolved

## [0.8.10] - 2024-02-05

### Internal
Expand All @@ -19,6 +23,10 @@ The format is based on [Keep a Changelog].

- *(de)* Improve error span for empty tables

### Compatibility

MSRV is now 1.69

## [0.8.8] - 2023-11-06

### Compatibility
Expand Down Expand Up @@ -48,6 +56,10 @@ The format is based on [Keep a Changelog].

## [0.8.3] - 2023-10-23

### Compatibility

MSRV is now 1.67

## [0.8.2] - 2023-10-03

### Fixes
Expand Down Expand Up @@ -82,6 +94,10 @@ The format is based on [Keep a Changelog].

- *(ser)* Error rather than drop whole arrays when a single element is `None`

### Compatibility

MSRV is now 1.66.0
tyilo marked this conversation as resolved.
Show resolved Hide resolved

## [0.7.6] - 2023-07-05

### Features
Expand Down
16 changes: 16 additions & 0 deletions crates/toml_edit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ The format is based on [Keep a Changelog].

- Update `winnow`

### Compatibility

MSRV is now 1.70

## [0.22.4] - 2024-02-06

## [0.22.3] - 2024-02-06
Expand Down Expand Up @@ -47,6 +51,10 @@ The format is based on [Keep a Changelog].

- *(de)* Improve error span for empty tables

### Compatibility

MSRV is now 1.69

## [0.21.0] - 2023-11-06

### Breaking Change
Expand Down Expand Up @@ -84,6 +92,10 @@ The format is based on [Keep a Changelog].

- *(edit)* Add `Array::sort_by_key`

### Compatibility

MSRV is now 1.67

## [0.20.2] - 2023-10-03

### Fixes
Expand Down Expand Up @@ -112,6 +124,10 @@ The format is based on [Keep a Changelog].

- *(ser)* Error rather than drop whole arrays when a single element is `None`

### Compatibility

MSRV is now 1.66.0

## [0.19.14] - 2023-07-14

### Performance
Expand Down
Loading