Skip to content

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shenek committed Feb 21, 2020
1 parent 4e715cc commit 5bd8d82
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
0.3.0 (2020-02-21)
------------------

* various fixes
* better error handling (anyhow)
* integration tests added
* releases in CI
* adding created files to dict
* fluent inregration
* check same currency in entries before rendering invoice
* added text when the invoice is rendered
* added czech default template
* dependencies updated

0.2.0 (2020-01-05)
------------------

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 = "ucelofka"
version = "0.2.0"
version = "0.3.0"
authors = ["Stepan Henek"]
edition = "2018"
description = "Simple program to issue invoices"
Expand Down

0 comments on commit 5bd8d82

Please sign in to comment.