Skip to content

Commit

Permalink
Release v0.2.1 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilai-deutel authored Oct 6, 2020
1 parent c8f2fec commit 75c6769
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [Next release]
## [0.2.1] - 2020-10-05

### Added
- Add syntax configuration `singleline_string_quotes`, which specifies the list of characters to consider as quote (e.g. `", '` for Rust, `"` for JSON) ([#46](https://github.com/ilai-deutel/kibi/pull/46))

### Changes
- Internal code changes to reduce the binary size, and remove dependencies `nix` and `signal-hooks` ([#50](https://github.com/ilai-deutel/kibi/pull/50), [#48](https://github.com/ilai-deutel/kibi/pull/48))
- Internal code changes to reduce the binary size, and remove dependencies `nix` and `signal-hooks` ([#48](https://github.com/ilai-deutel/kibi/pull/48), [#49](https://github.com/ilai-deutel/kibi/pull/49), [#50](https://github.com/ilai-deutel/kibi/pull/50))

### Removed
- Remove boolean syntax configuration `highlight_strings`; use `singleline_string_quotes` instead ([#46](https://github.com/ilai-deutel/kibi/pull/46))
Expand Down Expand Up @@ -59,7 +59,8 @@ kibi v0.1.1 is a small patch release that includes a minor fix to the [crates.io
## [0.1.0] - 2020-02-11 [YANKED]
Initial release

[Next release]: https://github.com/ilai-deutel/kibi/compare/v0.2.0...HEAD
[Next release]: https://github.com/ilai-deutel/kibi/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/ilai-deutel/kibi/releases/tag/v0.2.1
[0.2.0]: https://github.com/ilai-deutel/kibi/releases/tag/v0.2.0
[0.1.2]: https://github.com/ilai-deutel/kibi/releases/tag/v0.1.2
[0.1.1]: https://github.com/ilai-deutel/kibi/releases/tag/v0.1.1
Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kibi"
version = "0.2.0"
version = "0.2.1"
authors = ["Ilaï Deutel"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand Down

0 comments on commit 75c6769

Please sign in to comment.