Skip to content

Commit e7fd519

Browse files
committed
feat: remove changelog
1 parent cffdb71 commit e7fd519

File tree

3 files changed

+3
-104
lines changed

3 files changed

+3
-104
lines changed

CHANGELOG.md

Lines changed: 0 additions & 98 deletions
This file was deleted.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "configparser"
33
version = "3.2.0"
4-
authors = ["QEDK <qedk.[email protected]>"]
4+
authors = ["QEDK <hi@qedk.xyz>"]
55
edition = "2021"
66
description = "A simple configuration parsing utility with no dependencies that allows you to parse INI and ini-style syntax. You can use this to write Rust programs which can be customized by end users easily."
77
homepage = "https://github.com/QEDK/configparser-rs"

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,7 @@ additional terms or conditions.
205205

206206
## 🆕 Changelog
207207

208-
Old changelogs are in [CHANGELOG.md](CHANGELOG.md).
209-
- 3.0.0
210-
- 😅 **BREAKING** `IniDefault` is now a non-exhaustive struct, this will make future upgrades easier and non-breaking in nature. This change might also have a few implications in updating your existing codebase, please read the [official docs](https://doc.rust-lang.org/reference/attributes/type_system.html#the-non_exhaustive-attribute) for more guidance.
211-
- `IniDefault` is now internally used for generating defaults, reducing crate size.
212-
- 🚀 There is now a new optional `indexmap` feature that preserves insertion order of your loaded configurations.
208+
Old changelogs are visible in the commit history.
213209
- 3.0.1
214210
- Uses `CRLF` line endings for Windows files.
215211
- Bumps crate to 2021 edition.
@@ -233,6 +229,7 @@ Old changelogs are in [CHANGELOG.md](CHANGELOG.md).
233229
- Adds a feature to support inline comments
234230
- 3.2.0
235231
- `async-std` has been removed
232+
- 🎉 Implements serde support
236233

237234
### 🔜 Future plans
238235

0 commit comments

Comments
 (0)