Skip to content

Commit

Permalink
chore: release (#39)
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 Dec 10, 2024
1 parent 40b4692 commit fbaca5f
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.8](https://github.com/ccbrown/iocraft/compare/iocraft-macros-v0.1.7...iocraft-macros-v0.1.8) - 2024-12-10

### Added

- make async functions send+sync (#38)

## [0.1.7](https://github.com/ccbrown/iocraft/compare/iocraft-macros-v0.1.6...iocraft-macros-v0.1.7) - 2024-11-01

### 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.7"
version = "0.1.8"
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.5.0](https://github.com/ccbrown/iocraft/compare/iocraft-v0.4.1...iocraft-v0.5.0) - 2024-12-10

### Added

- make async functions send+sync (#38)

## [0.4.1](https://github.com/ccbrown/iocraft/compare/iocraft-v0.4.0...iocraft-v0.4.1) - 2024-12-05

### 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.4.1"
version = "0.5.0"
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://github.com/ccbrown/iocraft"
crossterm = { version = "0.28.1", features = ["event-stream"] }
futures = "0.3.30"
taffy = { version = "0.5.2", default-features = false, features = ["std", "flexbox", "taffy_tree"] }
iocraft-macros = { version = "0.1.7", path = "../iocraft-macros" }
iocraft-macros = { version = "0.1.8", path = "../iocraft-macros" }
bitflags = "2.6.0"
unicode-width = "0.1.13"
textwrap = "0.16.1"
Expand Down

0 comments on commit fbaca5f

Please sign in to comment.