Skip to content

Commit dfa31be

Browse files
authored
chore(pkg-py): v0.1.0 release candidate (#90)
* v0.1.0 release candidate * Tidy up wording * Update pkg-py/CHANGELOG.md
1 parent e2ba823 commit dfa31be

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pkg-py/CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.1.0] - 2025-08-07
99

10-
* The `shinychat` package was created from the `shiny.ui.Chat` and
11-
`shiny.ui.MarkdownStream` components as a new package. These components will
12-
still be available in the `shiny` package, but by separating the `shinychat`
13-
package we can more easily maintain and develop these components independently with a faster release cycle.
10+
This first release of the `shinychat` package simply copies the `Chat` and `MarkdownStream` components exactly as they are in version 1.4.0 of `shiny`. Future versions of `shiny` will import these components from `shinychat`. By maintaining these components via a separate library, we can ship features more quickly and independently of `shiny`.

0 commit comments

Comments
 (0)