Skip to content

Commit

Permalink
catchup changelog entries for #6, #12, #14.
Browse files Browse the repository at this point in the history
  • Loading branch information
onelson committed Jul 6, 2019
1 parent 4686e34 commit acdd60c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -149,6 +149,13 @@ hints with the [jq-sys] crate on how to link.

## v0.4.0 (Unreleased)

Breaking Changes

- Renamed crate from `json-query` to `jq-rs` ([#12]).
- Adopted 2018 edition. The minimum supported rust version is now **1.32** ([#14]).
- Output from jq programs now includes a trailing newline, just like the output
from the `jq` binary ([#6]).

## v0.3.1 ([2019-06-04](https://github.com/onelson/json-query/compare/v0.3.0..v0.3.1 "diff"))

**Note: This is final release with the name [json-query].
Expand Down Expand Up @@ -193,4 +200,7 @@ Initial release.
[#1]: https://github.com/onelson/json-query/issues/1
[#3]: https://github.com/onelson/json-query/issues/3
[#4]: https://github.com/onelson/json-query/issues/4
[#6]: https://github.com/onelson/jq-rs/pull/6
[#10]: https://github.com/onelson/json-query/issues/10
[#12]: https://github.com/onelson/jq-rs/issues/12
[#14]: https://github.com/onelson/jq-rs/issues/14

0 comments on commit acdd60c

Please sign in to comment.