Skip to content

Commit

Permalink
release v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Feb 21, 2022
1 parent 4c46378 commit 5c541f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-ini"
version = "0.17.0"
version = "0.18.0"
authors = ["Y. T. Chung <[email protected]>"]
description = "An Ini configuration file parsing library in Rust"
repository = "https://github.com/zonyitoo/rust-ini"
Expand Down Expand Up @@ -37,4 +37,4 @@ case-insensitive = ["unicase"]
#
# [[A]]
# Key=value
brackets-in-section-names = []
brackets-in-section-names = []

0 comments on commit 5c541f3

Please sign in to comment.