Skip to content

Commit

Permalink
Bump to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Jul 12, 2020
1 parent 9692ff8 commit 41dfaed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.11.1"
version = "0.12.0"
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
5 changes: 4 additions & 1 deletion 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.11.1"
configparser = "0.12.0"
```

## Supported datatypes
Expand Down Expand Up @@ -190,6 +190,9 @@ Old changelogs are in [CHANGELOG.md](CHANGELOG.md).
- Hotfix to remove hardcoded default section and use set default section.
- Enabled auto-trait implementation of `Default` for empty inits.
- Added the `sections()` method to get a vector of sections.
- 0.12.0
- New function added, `writes()` to support writing configuration to a string.
- More doctests passed.

### Future plans

Expand Down

0 comments on commit 41dfaed

Please sign in to comment.