Skip to content

Commit

Permalink
bump to 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Jul 20, 2020
1 parent 6736173 commit bee125d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "configparser"
version = "0.13.1"
version = "0.13.2"
authors = ["QEDK <[email protected]>"]
edition = "2018"
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."
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ strings as well as files.
You can install this easily via `cargo` by including it in your `Cargo.toml` file like:
```TOML
[dependencies]
configparser = "0.13.1"
configparser = "0.13.2"
```

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

### Future plans

Expand Down

0 comments on commit bee125d

Please sign in to comment.