Skip to content

Commit 43c2960

Browse files
committed
bump version
1 parent 4efdebf commit 43c2960

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.1-pre
2+
3+
- Bugfix: path error macos zsh [#4](https://github.com/TerminalStudio/pty/pull/4), thanks [@devmil](https://github.com/devmil)
4+
15
## 0.2.0-pre
26

37
- Using forkpty to set up the pty connection [#2](https://github.com/TerminalStudio/pty/pull/2), thanks [@devmil](https://github.com/devmil)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pty
22
description: Pty for Dart and Flutter. Provides the ability to create processes with pseudo terminal file descriptors.
3-
version: 0.2.0-pre
3+
version: 0.2.1-pre
44
homepage: https://github.com/TerminalStudio/pty
55

66
environment:

0 commit comments

Comments
 (0)