Skip to content

Commit f96070d

Browse files
authored
Merge pull request #9 from Synerise/new-version-1.0.1
Prepare v1.0.1 release.
2 parents de7e6d7 + 15ee9b2 commit f96070d

6 files changed

Lines changed: 16 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# 1.0.1 (November 23, 2020)
2+
3+
### Fixed
4+
- Skip reading invalid UTF-8 line ([#8]).
5+
- Fix clippy warnings ([#7]).
6+
7+
### Added
8+
- JSON support ([#3]).
9+
- Snapshot testing ([#5]).
10+
11+
# 1.0.0 (November 6, 2020)
12+
13+
- Initial release.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cleora"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Piotr Babel <piotr.babel@synerise.com>", "Jacek Dabrowski <jack.dabrowski@synerise.com>"]
55
edition = "2018"
66
license-file = "LICENSE"

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,7 @@ Combinations which don't make sense are:
175175

176176
## Running
177177

178-
One can download binary from:
179-
180-
- [macOS](files/bin/macos/cleora)
181-
- [Linux](files/bin/linux/cleora)
182-
183-
or build oneself. See **Building** section below.
178+
One can download binary from [releases](https://github.com/Synerise/cleora/releases) or build oneself. See **Building** section below.
184179

185180
Command line options (for more info use `--help` as program argument):
186181

files/bin/linux/cleora

-3.11 MB
Binary file not shown.

files/bin/macos/cleora

-1.71 MB
Binary file not shown.

0 commit comments

Comments
 (0)