changelog 0.3.3

Changelog generator
Documentation
language: rust
rust:
  - nightly

before_script: |
  rustup component add rustfmt-preview
script: |
  cargo fmt -- --check &&
  cargo build --verbose &&
  cargo test  --verbose
cache: cargo