Skip to content

Releases: Enselic/public-api

v0.11.0

22 May 05:58

Choose a tag to compare

What's Changed

  • Cargo.toml: Make it easier to use a local version of rustdoc-types by @Enselic in #89
  • Properly render HRTBs for GenericBound::TraitBound by @Enselic in #90
  • Properly render HRTBs for FunctionPointer by @Enselic in #91
  • CI.yml: Instead of -D, use --deny for clarity by @Enselic in #93
  • Gracefully handle ErrorKind::BrokenPipe (public-api ... | head -n 1) by @Enselic in #94
  • Render HRTBs for WherePredicate::BoundPredicate by @Enselic in #92

Full Changelog: v0.10.2...v0.11.0

v0.10.2

26 Apr 20:44

Choose a tag to compare

What's Changed

  • CI/CD: Fix GitHub Releases being named v"0.10.1" by @Enselic in #86
  • CI.yml: Indent steps to follow canonical style by @Enselic in #87

Full Changelog: v0.10.1...v0.10.2

v0.10.1

26 Apr 20:06

Choose a tag to compare

What's Changed

  • CI/CD: Create GitHub Releases with auto-generated release notes by @Enselic in #85

Full Changelog: v0.10.0...v0.10.1

v0.10.0

26 Apr 19:41

Choose a tag to compare

What's Changed

  • Remove TokenStream to simplify API and implementation by @Enselic in #81
  • Add infrastructure to allow dry-running making a release by @Enselic in #82

Full Changelog: v0.9.3...v0.10.0

v0.9.3

26 Apr 19:40

Choose a tag to compare

What's Changed

  • Support const fn by @Enselic in #79
  • CI: Ensure Cargo.lock is up to date by using --locked by @Enselic in #80

Full Changelog: v0.9.2...v0.9.3

v0.9.2

26 Apr 19:38

Choose a tag to compare

What's Changed

  • render_path(): Make Token::Type part of the path by @Enselic in #78

Full Changelog: v0.9.1...v0.9.2

v0.9.1

26 Apr 19:32

Choose a tag to compare

What's Changed

  • render: Add helpers for symbols by @Enselic in #72
  • render_generic_param_def(): Use proper token for name by @Enselic in #73
  • comprehensive_api: Add more cases like async and unsafe fns by @Enselic in #74
  • Render function pointers by @Enselic in #75
  • CI: Remove code coverage by @Enselic in #76
  • doc/development.md: Give code coverage tips by @Enselic in #77

Full Changelog: v0.9.0...v0.9.1

v0.9.0

26 Apr 19:30

Choose a tag to compare

Rename project to `public-api`, and add tokens to the API (big thanks…