Skip to content

Commit 8363b67

Browse files
chore: release (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 173c98e commit 8363b67

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

packages/iocraft-macros/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.3](https://github.com/ccbrown/iocraft/compare/iocraft-macros-v0.1.2...iocraft-macros-v0.1.3) - 2024-09-25
11+
12+
### Added
13+
14+
- add use_async_handler hook
15+
- add mock_terminal_render_loop api
16+
1017
## [0.1.2](https://github.com/ccbrown/iocraft/compare/iocraft-macros-v0.1.1...iocraft-macros-v0.1.2) - 2024-09-24
1118

1219
### Other

packages/iocraft-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iocraft-macros"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Macro implementations for the iocraft crate."

packages/iocraft/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/ccbrown/iocraft/compare/iocraft-v0.1.2...iocraft-v0.2.0) - 2024-09-25
11+
12+
### Added
13+
14+
- add use_async_handler hook
15+
- add mock_terminal_render_loop api
16+
17+
### Other
18+
19+
- add more docs, ratatui shoutout, and non_exhaustive attrs
20+
1021
## [0.1.2](https://github.com/ccbrown/iocraft/compare/iocraft-v0.1.1...iocraft-v0.1.2) - 2024-09-24
1122

1223
### Other

packages/iocraft/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iocraft"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Create beautifully crafted CLI programs and text output with a declarative React-like Rust API."
@@ -10,7 +10,7 @@ repository = "https://github.com/ccbrown/iocraft"
1010
crossterm = { version = "0.28.1", features = ["event-stream"] }
1111
futures = "0.3.30"
1212
taffy = { version = "0.5.2", default-features = false, features = ["flexbox", "taffy_tree"] }
13-
iocraft-macros = { version = "0.1.2", path = "../iocraft-macros" }
13+
iocraft-macros = { version = "0.1.3", path = "../iocraft-macros" }
1414
bitflags = "2.6.0"
1515
unicode-width = "0.1.13"
1616
textwrap = "0.16.1"

0 commit comments

Comments
 (0)