Skip to content

Commit

Permalink
ver; release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckland committed Jul 25, 2018
1 parent b909426 commit b98642d
Show file tree
Hide file tree
Showing 2 changed files with 5 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 = "markdown_tools"
version = "0.2.0"
version = "0.3.0"
authors = ["Ramon Buckland <[email protected]>"]
exclude = [
"doc/*",
Expand All @@ -25,4 +25,4 @@ calamine = "0.14"

[dependencies.linked-hash-map]
version = "0.5.1"
features = ["serde_impl"]
features = ["serde_impl"]
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
as they were left with just a `\r`
* `0.2.0`- 25 Jul 2018
- Added the `--sheetname <name>` to the command line tool.
* `0.3.0` - 26 Jul 2018
- From the command line, you can export the XLS* sheet(s) as YAML.
This is helpful if you want to "store the YAML sheet into a repo"

0 comments on commit b98642d

Please sign in to comment.