Skip to content

Commit

Permalink
Upgrade version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpizenberg committed Dec 19, 2020
1 parent 81ffa36 commit 158af91
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@

All notable changes to this project will be documented in this file.


## Unreleased [(diff)][diff-unreleased]

<!-- ## [0.2.0] - (2020-11-19) [(diff)][diff-0.2.0] -->
#### Added

#### Changed

#### Removed

#### Fixed


## [0.1.1] - (2020-12-19) [(diff)][diff-0.1.1]

#### Added

Expand All @@ -23,8 +32,6 @@ All notable changes to this project will be documented in this file.

- Dependency to lazy_static

#### Fixed


## [0.1.0] - (2020-12-18)

Expand All @@ -39,6 +46,7 @@ All notable changes to this project will be documented in this file.
- `.gitmodules` git submodules.
- `.github/workflows/` CI to automatically build and test on pull requests.

[0.1.1]: https://github.com/mpizenberg/elm-test-rs/releases/tag/v0.1.1
[0.1.0]: https://github.com/mpizenberg/elm-test-rs/releases/tag/v0.1
[diff-unreleased]: https://github.com/mpizenberg/elm-test-rs/compare/v0.1...master
<!-- [diff-0.2.0]: https://github.com/mpizenberg/elm-test-rs/compare/v0.1...v0.2 -->
[diff-unreleased]: https://github.com/mpizenberg/elm-test-rs/compare/v0.1.1...master
[diff-0.1.1]: https://github.com/mpizenberg/elm-test-rs/compare/v0.1...v0.1.1
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "elm-test-rs"
version = "0.1.0"
version = "0.1.1"
authors = ["Matthieu Pizenberg <[email protected]>", "Harry Sarson <[email protected]>"]
edition = "2018"
description = "Simple and fast rust alternative to node-test-runner for elm-test"
description = "Simple and fast Rust alternative to node-test-runner to run elm tests"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 158af91

Please sign in to comment.