Skip to content

Commit bee125d

Browse files
committed
bump to 0.13.2
1 parent 6736173 commit bee125d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "configparser"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
authors = ["QEDK <[email protected]>"]
55
edition = "2018"
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."

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ strings as well as files.
3030
You can install this easily via `cargo` by including it in your `Cargo.toml` file like:
3131
```TOML
3232
[dependencies]
33-
configparser = "0.13.1"
33+
configparser = "0.13.2"
3434
```
3535

3636
## Supported datatypes
@@ -196,9 +196,12 @@ Old changelogs are in [CHANGELOG.md](CHANGELOG.md).
196196
- 0.13.0 (**BETA 9**)
197197
- New functions added, `clear()` and `remove_section()` to make handling similar to hashmaps.
198198
- Docs fixed. On track to stable.
199-
- 0.13.1
199+
- 0.13.1 (yanked)
200200
- New function added, `remove_key()` to remove a key from a section
201201
- All doctests passing!
202+
- 0.13.2 (**FINAL BETA**)
203+
- Erroneous docs fixed.
204+
- Final release before stable.
202205

203206
### Future plans
204207

0 commit comments

Comments
 (0)