Skip to content

Commit f3a2299

Browse files
committed
docs: Update changelog
1 parent 69f09d3 commit f3a2299

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

crates/toml/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog].
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Fixes
11+
12+
- Fix infinite loop when `)` is present outside of quotes
13+
1014
## [0.9.1] - 2025-07-10
1115

1216
## [0.9.0] - 2025-07-08

crates/toml_edit/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog].
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Fixes
11+
12+
- Fix infinite loop when `)` is present outside of quotes
13+
1014
## [0.23.0] - 2025-07-08
1115

1216
### Compatibility

crates/toml_parser/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog].
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Fixes
11+
12+
- Fix infinite loop when `)` is present outside of quotes
13+
1014
## [1.0.0] - 2025-07-08
1115

1216
<!-- next-url -->

0 commit comments

Comments
 (0)