Skip to content

Commit

Permalink
version bump prep
Browse files Browse the repository at this point in the history
  • Loading branch information
jofas committed Mar 16, 2022
1 parent 6034d22 commit 59ee366
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.


[0.3.0]
-------

Added
^^^^^

* ``read_str``

Changed
^^^^^^^

* The underlying parsing engine is now build with ``logos`` and
``lalrpop`` instead of using a simple regex line


[0.2.0]
-------

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "env-file-reader"
version = "0.2.0"
version = "0.3.0"
authors = ["jofas <jonas@fc-web.de>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 59ee366

Please sign in to comment.