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

Commit

Permalink
chore: release (#39)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 26, 2024
1 parent 10b2d74 commit 4901be7
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,48 @@

All notable changes to this project will be documented in this file.

## [0.4.2](https://github.com/joshka/tui-big-text/releases/tag/0.4.2) - 2024-02-26

### Documentation

- [a952145](https://github.com/joshka/tui-big-text/commit/a952145b4c28527b4d8b3fc6a590f500b237b7da)
Add link to docs.rs in cargo.toml
- [2580224](https://github.com/joshka/tui-big-text/commit/258022461c40c9e23714f0367cc3e114cc0c3e42)
Add pixel height example to main readme
- [ef5dc56](https://github.com/joshka/tui-big-text/commit/ef5dc5671c18a3520858660b1a200e9131d1fc9f)
Tweak readme
- [10b2d74](https://github.com/joshka/tui-big-text/commit/10b2d74175b3506d449b1f2ca464f12eaa0a4e13)
Update main demo example and README

### Features

- [e91e86d](https://github.com/joshka/tui-big-text/commit/e91e86d2127cd7fada9c7082ad0603ef78858c30)
Add BigText::builder()

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

### Miscellaneous Tasks

- [1e07ece](https://github.com/joshka/tui-big-text/commit/1e07ece5e6fb99af47065f156948a8b8f5dea16a)
Update derive_builder requirement from 0.13.0 to 0.20.0 ([#38](https://github.com/joshka/tui-big-text/pull/38))

````text
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
...
````

<!-- generated by git-cliff -->

## [0.4.1](https://github.com/joshka/tui-big-text/releases/tag/0.4.1) - 2024-02-15

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tui-big-text"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
description = "A simple Ratatui widget for displaying big text using the font8x8 crate in a TUI (Terminal UI)."
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 4901be7

Please sign in to comment.