72ed45a77c
- remove `cargo-make` integration - rework CI pipeline more granular and precise - rework releasing process - tune up project layout - fill up new CHANGELOGs Additionally: - fix latest nightly/stable Rust inconsistencies
26 lines
460 B
Markdown
26 lines
460 B
Markdown
`juniper_warp` changelog
|
|
========================
|
|
|
|
All user visible changes to `juniper_warp` crate will be documented in this file. This project uses [Semantic Versioning 2.0.0].
|
|
|
|
|
|
|
|
|
|
## master
|
|
|
|
### BC Breaks
|
|
|
|
- Switched to 0.16 version of [`juniper` crate].
|
|
|
|
|
|
|
|
|
|
## Previous releases
|
|
|
|
See [old CHANGELOG](/../../blob/juniper_warp-v0.7.0/juniper_warp/CHANGELOG.md).
|
|
|
|
|
|
|
|
|
|
[`juniper` crate]: https://docs.rs/juniper
|
|
[Semantic Versioning 2.0.0]: https://semver.org
|