Skip to content

Commit

Permalink
release v0.19.0
Browse files Browse the repository at this point in the history
fix #104
  • Loading branch information
zonyitoo committed May 4, 2023
1 parent 6438946 commit 2795581
Show file tree
Hide file tree
Showing 2 changed files with 2 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 = "rust-ini"
version = "0.18.0"
version = "0.19.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
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This is an INI file parser in Rust_.
.. code:: toml
[dependencies]
rust-ini = "0.18"
rust-ini = "0.19"
Usage
=====
Expand Down

0 comments on commit 2795581

Please sign in to comment.