Skip to content

Commit

Permalink
Bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Jun 15, 2020
1 parent 6eb3a44 commit dbc6e93
Show file tree
Hide file tree
Showing 2 changed files with 3 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.6.2"
version = "0.7.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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The only bit of magic the API does is the section-less properties are put in a s
You can install this easily via `cargo` by including it in your `Cargo.toml` file like:
```TOML
[dependencies]
configparser = "0.6.2"
configparser = "0.7.0"
```

## Usage
Expand Down Expand Up @@ -163,6 +163,7 @@ Old changelogs are in [CHANGELOG.md](CHANGELOG.md).
- 0.7.0 (**BETA 3**)
- Handy getter functions introduced such as `getint()`, `getuint()`, `getfloat()`, `getbool()`
- Fixed docs
- Fixed tests

### Future plans

Expand All @@ -171,4 +172,3 @@ Old changelogs are in [CHANGELOG.md](CHANGELOG.md).
- It has been marked as deprecated.
- More functions for `Ini` struct, such as reading from a string, insertion and deletion.
- Support for comments
- Support for value-parsing

0 comments on commit dbc6e93

Please sign in to comment.