Skip to content

Commit b620937

Browse files
committed
Increase crate version
1 parent c81267c commit b620937

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.2.4] - 23.06.2020
4+
5+
### Added
6+
- Add example script to doc folder
7+
8+
### Changes
9+
- Fix CRLF line endings in script parser
10+
- Update tui and crossterm dependencies
11+
312
## [0.2.3] - 26.05.2020
413

514
### Added

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "serial-unit-testing"
33
description = "Serial unit testing program and library"
4-
version = "0.2.3"
4+
version = "0.2.4"
55
authors = ["MarkAtk"]
66
edition = "2018"
77
license = "MIT"

0 commit comments

Comments
 (0)