Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

v0.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 08:39
· 13 commits to main since this release
4901be7

Documentation

  • a952145
    Add link to docs.rs in cargo.toml
  • 2580224
    Add pixel height example to main readme
  • ef5dc56
    Tweak readme
  • 10b2d74
    Update main demo example and README

Features

  • e91e86d
    Add BigText::builder()

    This was a workaround for cargo-rdme not being able to see
    `BigTextBuilder`, but it's a reasonable API addition anyway.
    

Miscellaneous Tasks

  • 1e07ece
    Update derive_builder requirement from 0.13.0 to 0.20.0 (#38)

    Updates the requirements on [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) to permit the latest version.
    - [Release notes](https://github.com/colin-kiegel/rust-derive-builder/releases)
    - [Commits](https://github.com/colin-kiegel/rust-derive-builder/compare/v0.13.0...v0.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: derive_builder
      dependency-type: direct:production
    ...