Skip to content

Commit

Permalink
chore: release (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 4, 2024
1 parent 7f1e13e commit 76d8fc1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/iocraft-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.6](https:/ccbrown/iocraft/compare/iocraft-macros-v0.1.5...iocraft-macros-v0.1.6) - 2024-10-04

### Added

- add button component

## [0.1.5](https:/ccbrown/iocraft/compare/iocraft-macros-v0.1.4...iocraft-macros-v0.1.5) - 2024-09-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/iocraft-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iocraft-macros"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Macro implementations for the iocraft crate."
Expand Down
6 changes: 6 additions & 0 deletions packages/iocraft/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2](https:/ccbrown/iocraft/compare/iocraft-v0.3.1...iocraft-v0.3.2) - 2024-10-04

### Added

- add button component

## [0.3.1](https:/ccbrown/iocraft/compare/iocraft-v0.3.0...iocraft-v0.3.1) - 2024-09-30

### Added
Expand Down
4 changes: 2 additions & 2 deletions packages/iocraft/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iocraft"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Create beautifully crafted CLI programs and text output with a declarative React-like Rust API."
Expand All @@ -10,7 +10,7 @@ repository = "https:/ccbrown/iocraft"
crossterm = { version = "0.28.1", features = ["event-stream"] }
futures = "0.3.30"
taffy = { version = "0.5.2", default-features = false, features = ["flexbox", "taffy_tree"] }
iocraft-macros = { version = "0.1.5", path = "../iocraft-macros" }
iocraft-macros = { version = "0.1.6", path = "../iocraft-macros" }
bitflags = "2.6.0"
unicode-width = "0.1.13"
textwrap = "0.16.1"
Expand Down

0 comments on commit 76d8fc1

Please sign in to comment.